ZenphotoCMS Forum
blank page - 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 (/thread-862.html)

Pages: 1 2


blank page - susicl - 2006-10-30

i installed on my windows server just fine... well... except it does not support gd so all pages show up but I can't post any fotos.
on trying to install on the linux I just get a blank page, all files are edited as needed, this server does have gd and I manuly created teh DB and talbes needed, what am I missing?

it's installed on http://lafamiliainernacional.de/fotos




blank page - geotay - 2007-01-26

I'm getting a blank page from setup.php as well.

I have the php mysql module people have mentioned in another thread. Dunno what to do.




blank page - geotay - 2007-01-26

Argh! Ive been sitting here for hours reading through these forums and digging through my site to fix my zenphoto installation. I still get a blank setup.php when I access it through the browser.




blank page - geotay - 2007-01-26

doh! Figures. I dunno what I did but it works now. It always does right after I go to the trouble of asking for help.




blank page - restless-dream - 2007-01-28

I am getting the same thing. Anyone figure anything out??




blank page - restless-dream - 2007-01-28

Hi geotay, any idea what you did to fix it?




blank page - restless-dream - 2007-01-29

Ok, I figured out what I was doing wrong. I didn't have my zp-config.php file permissions set properly to be writable by the server. So if anyone else runs into this problem, check that you did that.




blank page - trisweb - 2007-01-29

Really, that fixed it?? I'll have to test....




blank page - trisweb - 2007-01-29

Try that, check the permissions on all the PHP files in your install. They should all be readable by the server (like 755 for example, which is -rwxr-xr-x).

The error isn't displaying probably because your PHP error reporting is turned down by your host for security...




blank page - MarcelSpijker - 2007-11-25

I get a blank page when doing zenphoto/zp-core/setup.php, zenphoto/zp-core/admin.php and zenphoto.

I did the 755 and 777 changes but didnt work.

Ijust downloaded the 1.1.2 version and changed the zp-config.php, uploaded with ftp and tryed. Didnt work...

Anny clues for what to do?




blank page - sbillard - 2007-11-26

Blank pages are usually an indication of a CGI script error. Please view your CGI error log and report what errors might be shown.




blank page - MarcelSpijker - 2007-11-26

This is strange ... i stopped trying last night, this morning i tried again and it works ...

I still don't know what the problem was but i am happy it works now

Thanks for the quick response.




blank page - Nghia - 2007-12-09

Hi,

i have the exact same problem. I went to see the error logs, here is what i get. Any ideas?

[Sun Dec 9 16:56:04 2007] [error] PHP Fatal error: require_once() [function.require]: Failed opening required 'utf8.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/w3shcom/public_html/photos/zp-core/classes.php on line 7
[Sun Dec 9 16:56:04 2007] [error] PHP Warning: require_once(utf8.php) [function.require-once]: failed to open stream: No such file or directory in /home/w3shcom/public_html/photos/zp-core/classes.php on line 7




blank page - trisweb - 2007-12-10

Nghia - try re-installing. It looks like you're missing a file 'utf8.php' which should be in the zp-core directory. If that doesn't work come back and let us know...




blank page - Nghia - 2007-12-10

yes that was it! dont know why it wasnt uploaded. Thank you!




blank page - DonRogers - 2007-12-26

I am new to ZP. I beleived I have everything installed, but the setup page indicated that GD and MySQL were not properly installed. I revisited the requirements for those two components and re-edited zp-config.php (to include the proper MySQL user and password). Now when I try to open setup it is blank. I have this setup on Windows XP and IIS. I tried to find a CGI log as suggested by sbillard, but could not.

Any other suggestions? Thanks




blank page - sbillard - 2007-12-26

Most likely you have an error in your zp-config.php file. The easiest way to get past this is to just delete it. First, make note of all the mySQL information as you will need to provide it to setup.php when you run it again after deleting your zp-config.php file.




blank page - DonRogers - 2007-12-27

I just removed zp-config.php and tried again. I get several warnings on the setup page. The first one is: "Warning: copy(zp-config.php) [function.copy]: failed to open stream: Permission denied in C:\inetpub\wwwroot\Marigold_Test\zenphoto\zp-core\setup.php on line 8." Following that there are red Xs next to PHP GD support, PHP mySQL support, zp-config.php file and connect to mySQL. These are followed by two more warnings: "permission denied in ... on line 280" and "supplied argument is not a valid stream resource in ... on line 286."

The red Xs back by PHP GD support and PHP mySQL support are confusing to me. My understanding is that I need to only have "extension=php_gd2.dll" in the PHP.ini to activate GD. For mySQL, I have 5.0 installed. The mySQL Service is running and I can connect to it in the Windows command prompt. I also have the line: "extension=php_mysql.dll" in PHP.ini.

Does this new information help at all?

Thanks.




blank page - sbillard - 2007-12-27

OK, the first problem (line 8) is a permissions issue. Zenphoto needs to be able to write to the root folder to make a copy of the basic zp-config.php file. Try chmod(0777) on that folder. Likewise on the next two errors--these are on the .htaccess file. Apparently setup is not allowed to write to it. Another chmod(0777) on the folder and the .htaccess file should help. BTW, setup tried a chmod(.htaccess, 0777), and the system reported that the file was writeable, so not being able to write it is strange.

We are checking that GD and mySQL extensions are loaded and your PHP is reporting back that they are not. I am afraid I don't know exactly what you need to do to configure these into PHP.




blank page - Matteo - 2008-01-15

Same problem as several of the people above. I have downloaded version 1.1.3 and uploaded it via FTP, to a Linux Server (CentOS), which is running Apache, MySQL 5.0.22, PHP 5.16 and has GD "bundled (2.0.28 compatible)". I edited the zp-config.php and tried to run ./zp-core/setup.php. I was greeted by an empty page, I tried CHMODing all files to 755 and 777. Neither of those ideas worked. Thanks for any insight in my situation.