![]() |
|
Permissions issue? Some files appaer to be not included - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Permissions issue? Some files appaer to be not included (/thread-5598.html) |
Permissions issue? Some files appaer to be not included - OldJames - 2009-09-15 just downloaded 1.26 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. 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) Permissions issue? Some files appaer to be not included - sbillard - 2009-09-15 What files were flagged as missing/wrong? What was the result of your check? The files are all there in the package, but of course some may not have got uploaded. Any other PHP errors? Permissions issue? Some files appaer to be not included - OldJames - 2009-09-15 I'm working on a local box, so no uploading over ftp. the setup only said to check setup.php no other PHP errors Permissions issue? Some files appaer to be not included - OldJames - 2009-09-15 When I say not included. I mean by PHP. Permissions issue? Some files appaer to be not included - sbillard - 2009-09-15 Could you try the nightly build and see if the problem exists there? Permissions issue? Some files appaer to be not included - OldJames - 2009-09-15 Sure.
End result basically the same. Permissions issue? Some files appaer to be not included - OldJames - 2009-09-15 I seem to have avoided this issue by enabling the mbstring functionality by recompiling php with the --enable-mbstring parameter. 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. Permissions issue? Some files appaer to be not included - sbillard - 2009-09-16 If it is easy for you to recreate the original situation, please test tonight's build. I believe I have found and fixed the problem, but cannot test as I get my PHP from my ISP and do not control its configuration. Permissions issue? Some files appaer to be not included - OldJames - 2009-09-16 I tried last nights build (2009-09-15). Permissions issue? Some files appaer to be not included - sbillard - 2009-09-16 Thanks for the feed back. |