![]() |
|
blank page on installation - 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: blank page on installation (/thread-10249.html) |
blank page on installation - sambody - 2012-07-30 Hello. I'm trying to do a fresh installation (I had a very old version of zenphoto but decided to start all over again). The only thing that I have kept from the old installation, are the images (folders Albums and Cache). I've erased the database tables, it's empty. The problem: When I'm opening the setup url - http://loeuvrette.be/collections/zp-core/setup.php - I have only a blank empty page. What I've done: I'v seen many other forum threads with regards to a blank page, but I couldn't find a solution. I've tried changing permissions to 755 to files and folders. Any ideas what I could do ? Thanks. My info: Zenphoto 1.4.3 Apache error log: [Mon Jul 30 18:16:17 2012] [error] [client 81.66.140.14] File does not exist: /var/www/htdocs/loeuvrette/public/favicon.ico There was no htaccess in /collections/cache. I've put an empty htaccess file, but it didn't change anything. blank page on installation - sbillard - 2012-07-30 Best guess is that there is a PHP error log somewhere with the real error(s) in it. The above are not from PHP and since you got a blank page, somehow PHP has faulted. blank page on installation - sambody - 2012-07-31 I have two additional infos:
{Tue, 31 Jul 2012 15:43:02 GMT}
[31-Jul-2012 18:09:02] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/mhash.so' - /usr/lib/php5/20090626/mhash.so: cannot open shared object file: No such file or directory in Unknown on line 0 Does any of this help? blank page on installation - sambody - 2012-07-31 ... and from another log file: [Tue Jul 31 18:09:12 2012] [crit] [client 66.249.66.216] (13)Permission denied: /var/www/htdocs/loeuvrette/public/collections/cache/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable blank page on installation - sbillard - 2012-07-31 Yes--the MySQL error. There is a known problem with Imagic corrected in the nightly builds. Please download and install the latest trunk nightly build. The PHP warnings are something else not related. From the messages I would guess it is a configuration problem with PHP. But they seem not related to Zenphoto, and may not even be a real issue. The .htaccess error seems to indicate that the file permissions on that file (in the cache folder) are not allowing the file to be read by the apache. blank page on installation - darkygirl - 2012-08-01 I have the same initial problem, blank page on setup, nothing happens. I asked the hosting party to take a look but there are no other files conflicting nor errors in the logfiles. I have downloaded the latest nightly version and still no luck...I comply with the server requirements... blank page on installation - acrylian - 2012-08-01 Well, if you get a blank page there must be an error. blank page on installation - sbillard - 2012-08-01 And there is no way we can figure out what went wrong without that error indicaton. |