![]() |
|
setup.php blank - 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: setup.php blank (/thread-4408.html) |
setup.php blank - RFick - 2009-01-06 Yes, I know this has been an issue in the past and I see others have posted, they did a few things or were told use a different release and it worked for them, well, that's not me. I am also having the same issue they did, tried their tricks and got no where. =( I have installed the latest nightly build: zenphoto-2009-01-04-trunk.zip I have verified that in PHP.ini I have "short_open_tag = On" it WAS off I see no error in my apache logs, just this entry in access.log (which looks normal?): If I try other php files in the install dir I do get an error: I do get output from my phpinfo.php file I placed in the dir. OS = WinXP setup.php blank - RFick - 2009-01-09 Can nobody think of anything to help me? setup.php blank - sbillard - 2009-01-09 Blank pages are almost always caused by PHP script errors. If you do a Is setup.php blank - RFick - 2009-01-09 Yes, that is the right url for the page currently. I do not even GET any thing back, it's totally blank, looking at the source also shows up blank. Odd that you got a 500 error, can you see the phpinfo.php file okay? I can so that leads me to wonder just what part of my setup is wrong? http://ryan.fickfamily.ca/test/phpinfo.php setup.php blank - RFick - 2009-01-09 It LOOKS like I just hadn't installed MySQL properly for PHP. I re-installed PHP and found a hidden little add-ons section and this time I included MySQL. I restarted Apache, and whalla. I can see the setup page now. Next step is fixing the error about GP for PHP & the other warnings. I'll see what I can do to clear those up. I'll post here if I get um fixed. ----------------------------->8 SNIP 8 setup.php blank - RFick - 2009-01-09 Fixed 2 of the issues with yet another re-install of PHP and finding GD2 & gettext and turning those on. PHP GD support Now just onto "PHP setlocale() failed" setup.php blank - RFick - 2009-01-09 Seems the newer nightly build stops at that last warning and gives nothing after that. I went back to using 1.2.2 and I get much more now. Next setp is to fix the mysql database errors etc. setup.php blank - RFick - 2009-01-09 Okay, gotten rid of all the errors. One that concerns me follows, as you can see, I gave it all the access it needs. Your MySQL user must have Alter, Create, Delete, Drop, Index, Insert, Select and Update rights. Grants found: GRANT USAGE ON . TO 'ZenPhoto'@'%' IDENTIFIED BY PASSWORD xxx setup.php blank - RFick - 2009-01-09 Okay, all issues I have had other than warnings have been cleared up. I thank you for your help & support. I will next be posting about some other topics. |