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)
Sure.
Here's the steps I followed:
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
I seem to have avoided this issue by enabling the mbstring functionality by recompiling php with the --enable-mbstring parameter.
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.