ZenphotoCMS Forum
problem with 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: problem with installation (/thread-10570.html)



problem with installation - p100 - 2012-11-05

Hi Everybody
I have had problem with my zenphoto based website. I cleared cache (nobody knows why, but i did it). After that i have had no display of my pics at all. Some try got nothing, so i decided to reinstall all. I downloaded pack, copied it to host and instead of installation process i have that:

Fatal error: require_once() [function.require]: Failed opening required 'myhost/zp-core/functions-db-MySQL.php' (include_path='.:/home/lib:/home/lib/php:/home/lib/pear:/home/lib/php/pear:/home/conf/lib:/usr/share/fpdf:/usr/share/pear:/usr/share/php') in myhost/zp-core/setup.php on line 231

Every files exist in right places, and i have no idea what to do with this.
Anyone can help?




problem with installation - acrylian - 2012-11-05

Check your file/folder permissions.




problem with installation - p100 - 2012-11-05

Thanx Acrylian, but it doestn't work. All folders are set to 770. I have other working services on that host. I have only problem with Zenphoto
greetings
p.




problem with installation - sbillard - 2012-11-05

The require function is a PHP inbuilt. From the error reported there seems only two possibilities: The file is not there on the path or the file is not accessable due to file (or folder) permissions.

Since the path being requested is relative, be sure that "myhost" appears in one of the listed include paths.