Hi. I'm pretty sure I have everything right and I'm getting a big ol' blank page. No error messages or anything.
http://www.aeinstitute.net/zenphoto/zp-core/setup.phpI actually have a install of this working on the server, but an old version.
I have the right SQL database name, user/login...
I can't find anything about this or related to this on this support forum.
I never got a "GO" button on the set-up, but I didn't think any of the issues were a show stopper (i.e. support for foreign language - not needed).
Any ideas?
Thanks.
Comments
First: there may be a fatal error displayed. (red x rather than yellow ?)
Second: you have got some sort of PHP error. Your CGI logs should have the error recorded.
I'll probably scratch and re-install.
Chris
FYI, you might need to change permissions for certain folders during installation, though I don't think you will since you're coming from an older version. The setup.php script should tell you which folders in particular need to be changed if any.
If your server has any logs available to you, I would suggest looking at those (specifically the error logs, since we would want to see what went wrong). If there is anything of interest there, it might help you (or us) to figure out what's wrong.
Anyway, I was hoping someone could help me out?
http://silhouettes.verwalten.ch/zenphoto/zp-core/setup.php
If you need more information, just let me know. I hope I'll find it
Sorted the .htaccess file which couldn't copy
Put in the correct database info and clicked save to be presented with a blank screen...
http://jameswheelerphotography.com/zp-core/setup.php
I have deleted and re-uploaded the files 3 times now and the same thing happens each time... any ideas?
I still get a blank
Nothing is appearing in the error log since 11:57 this morning it seems, unless I am looking in the wrong place.
The setup is now http://jameswheelerphotography.com/zenphoto/zp-core/setup.php
No .htaccess file exists at all now, so I can't see how it is an .htaccess error?
As said within zp-core is a htcaccess template file. Copy this to the root of your install, rename it to .htaccess and set the rewrite base (/zenphoto in this case).
Actually setup should do this for you, if not it's mostly a file/folder permissions problem.
Also a blank page can be a php error which should be found in your server's error log. This could also be related to the imagick bug which requires php5. The fix for this is to either enable php5 for your site or install the nightly build.
Surely, the setup.php should run without the .htaccess as it doesn't exist when you deploy the files there for the first time?
There were no errors in the error log when I checked since before I started getting the blank page error.
I will try again when they have sorted my server out with the above extensions installed and see how I get on.
But there are a number of reasons that you could be getting a 500 error including if you have a "rogue" .htaccess file that prevents access.
Also possible is issues with folder/script file permissions. Unfortunately, if setup is not able to execute it cannot shed light on the problem.