![]() |
|
zp-config.php.source, fopen, and fclose errors - 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: zp-config.php.source, fopen, and fclose errors (/thread-5560.html) |
zp-config.php.source, fopen, and fclose errors - kimisgold - 2009-07-28 I'm installing ZP on GoDaddy hosted webspace, and I've run into errors I didn't get when I installed on Dreamhost. First, I had to change zp-config.php.source to zp-config.php, which I think setup.php is supposed to do itself. After putting in my MySQL info, I get the following errors at the top of the setup page: ` Warning: fclose(): supplied argument is not a valid stream resource in D:\Hosting\3364474\html\guaafricaus\gallery\zp-core\setup.php on line 162 zp-config.php.source, fopen, and fclose errors - sbillard - 2009-07-28 Normally setup will create the zp-config.php file for you. But in your case it has been prevented from doing so--that is the error you got. You are suffering some kind of security/permissions problem. You can try changing the permissions of the Zenphoto files and folders. Try 0777. You can also contact the GoDaddy support team and discuss this with them. Basically, Zenphoto needs to be able to read/write to its files and folders. |