just downloaded 1.26
New installation
upon running first time, setup stops at PHP gettext() support
although it's checked, i get a PHP notice
"Notice: Use of undefined constant FILESYSTEM_CHARSET - assumed 'FILESYSTEM_CHARSET' in /services/web/htdocs/zenphoto/zp-core/setup.php on line 659"
and that is the last thing shown.
I tried just hardcoding the value of that constant into the setup.php, which does allow to get further in the setup screen. But still no "GO" button shows up.
I also receive the warnaing that some files may be missing or variance something, and to check setup.php
This all leads me to believe that there is an issue with some files not properly being included.
Running on Linux, Apache, PHP all compiled. PHP is compiled --with-gettext --enable-mbstring (but perhaps not correctly)
Comments
the setup only said to check setup.php
no other PHP errors
Hence that notice of undefined constant, even though the constant is defined, setup.php can't seem to see it.
Here's the steps I followed:
- Downloaded from nightly builds (2009-09-14)
- tar -xzvf to my apache htdocs folder
- chown -R apache:web zenphoto (apache:web) being the user and group apache runs as)
- pointed browser to http://localhost/zenphoto/zp-core/setup.php
End result basically the same.
Last check that shows up is gettext() support and then the following error:
Notice: Use of undefined constant FILESYSTEM_CHARSET - assumed 'FILESYSTEM_CHARSET' in /services/web/htdocs/zenphoto/zp-core/setup.php on line 739
From What I can see having this enabled avoids the use of the FILESYSTEM_CHARSET constant due to and if/else
So although, I've got setup to continue, I fell there would still be an issue without mbstring.
Let me know if I can give any details to help this out.
On a server with gettext, but without mbstring
It appears to be functioning correctly
Good Job.