Hi ,
I am trying to setup Zenphoto on my server. On the setup page, after I give the mysql databse root username and pwd and click on save, the page goes blank. Nothing appears after that. Also if i try to go to the index page, it shows up a blank page.
The apache error logs shows this error
[Tue Dec 22 19:48:05 2009] [error] [client xxx.xxx.xxx.xxx] PHP Notice: Use of undefined constant ADMIN_RIGHTS - assumed 'ADMIN_RIGHTS' in /var/www/zenphoto/zp-core/setup.php on line 1419, referer:
http://pics.myserver.com/zp-core/setup.phpTHanks in advance
Comments
But my question is why am I getting a blank page? Should I not be seeing something at all?
Bottomline is you need to make sure that database is not created beforehand. else the automatic table creation does not work.
I had to drop the database and then it worked fine.
Thanks again