![]() |
|
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 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. 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 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. |