Giter Club home page Giter Club logo

Comments (10)

JoshHarmon avatar JoshHarmon commented on May 24, 2024

textdomain() bit

Is the gettext extension enabled? PHP docs say it's been a function since PHP 4, and the call it's failing on correctly uses the global namespace, so this is the first thing that comes to mind.

Try running a test script with

print_r(get_extension_funcs('gettext'));

If you don't see an array of function names, gettext not being enabled is your problem.

I've never seen the gettext extension not enabled in an environment, but PHP doesn't necessarily include it in the core. Perhaps Airship should do some checking at install time to warn the admin that gettext must be enabled for autoupdating to work (perhaps halting the install unless the extension gets enabled?).

signature failure bit

This appears to be a separate issue having to do with the formatting of the response Airship is getting.

from airship.

alfalfascout avatar alfalfascout commented on May 24, 2024

I installed gettext from my php source folder, enabled it in my php.ini, restarted php-fpm, and restarted nginx.
Then I tried running the test script, and it didn't print anything.

Do I have to compile php again, with gettext support this time? Or have I missed something vital and silly?

from airship.

paragonie-scott avatar paragonie-scott commented on May 24, 2024

Can you give dev-master a shot? I made translation fail open for now. 39375e8

I'll add some other steps to prevent people from installing Airship if gettext isn't setup correctly later.

from airship.

alfalfascout avatar alfalfascout commented on May 24, 2024

It appears to be working... How would one correctly set up gettext so that Airship can work with it?

from airship.

JoshHarmon avatar JoshHarmon commented on May 24, 2024

from airship.

alfalfascout avatar alfalfascout commented on May 24, 2024

I'm still getting Keyggdrasil failures and Automatic update failures, however. And CSRF validation failures, which are new.

from airship.

alfalfascout avatar alfalfascout commented on May 24, 2024

I pulled master and ran composer update. The issues persist. Here's today's log file, including the CSRF validation failure.
2018-02-14.log

from airship.

paragonie-scott avatar paragonie-scott commented on May 24, 2024

Keyggdrasil failing is weird, but if you're on dev-master it should never "succeed": There's no updates available.

That being said: #204 -- we're replacing it in v2

from airship.

alfalfascout avatar alfalfascout commented on May 24, 2024

Is there a release date for version 2? I can't seem to log in at all with the current version. Nor recover my account.

from airship.

paragonie-scott avatar paragonie-scott commented on May 24, 2024

As soon as it's stable/usable enough to release. #204 will be a blocker.

from airship.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.