![]() |
|
Lots of errors upgrading - 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: Lots of errors upgrading (/thread-5457.html) |
Lots of errors upgrading - Eldavizo - 2009-07-09 Hi. First of all, congratulations for this great piece of software. [list] Fatal error: require_once() [function.require]: Failed opening required '/home/webs/www.xxxxxx.com/httpdocs/tests/gallery/zp-core/plugins/' (include_path='.:/opt/php-4.3.3.normal//lib/php') in /home/webs/www.xxxxxx.com/httpdocs/tests/gallery/zp-core/admin-options.php on line 2038[/i] Warning: require_once(/home/webs/www.xxxxxx.com/httpdocs/tests/gallery/themes/) [function.require-once]: failed to open stream: Invalid argument in /home/webs/www.xxxxxx.com/httpdocs/tests/gallery/zp-core/admin-options.php on line 2363 Fatal error: require_once() [function.require]: Failed opening required '/home/webs/www.xxxxxx.com/httpdocs/tests/gallery/themes/' (include_path='.:/opt/php-4.3.3.normal//lib/php') in /home/webs/www.xxxxxx.com/httpdocs/tests/gallery/zp-core/admin-options.php on line 2363[/i] Thanks in advance Lots of errors upgrading - sbillard - 2009-07-09 I suspect you are getting permission errors on other folders besides the cache and albums. You should check all the files & folders in both zp-core and the themes folders. Lots of errors upgrading - Eldavizo - 2009-07-10 Hmm... I've checked it and all the folders are 755. And uploading the content, I'm following the same steps in 1.2.5 as in 1.2.1, and this one works but the others not. What am I doing wrong then? Lots of errors upgrading - acrylian - 2009-07-10 Note that the files itself need to be 644. Please also read http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#29 Lots of errors upgrading - Eldavizo - 2009-07-10 Sorry, but all the files are 644 and directories 755 (except for cache and albums folders which are chmoded 777. And still don't know what changed from version 1.2.1 to the latests versions so these versions don't work for me even installing them from scratch but 1.2.1 works just perfect. Lots of errors upgrading - acrylian - 2009-07-10 I am sorry then I have no other idea currently. Lots of errors upgrading - sbillard - 2009-07-10 What is the report that setup provides? Probably there is some security setting that is preventing zenphoto from scanning a folder. Lots of errors upgrading - Eldavizo - 2009-07-20 Hi. This is the log (I have marked in bold the warnings and errors) Zenphoto has detected that you're upgrading to a new version. Systems Check: PHP version 5.2.3 [b]PHP magic_quotes_gpc [is enabled] Graphics support: PHP GD library bundled (2.0.34 compatible) [b]PHP gettext() support [is not present] [b]PHP setlocale() failed [b]PHP mbstring package [is not present and iconv() is not working] PHP MySQL support [b]Strict Permissions [is not in effect] Click here to use strict file/folder permissions. NOTE: This option applies only to new files and folders created by Zenphoto. You may have to change permissions on existing ones to resolve problems.[/b] MySQL setup in zp-config.php [b]MySQL $conf["UTF-8"] [is not set true] [b]Zenphoto core files [Some files are missing or their filemtimes seem out of variance] .htaccess file (RewriteEngine is ON) Database tables to update: zp_options, zp_albums, zp_images, zp_comments, zp_administrators, zp_admintoalbum, zp_tags, zp_obj_to_tag, zp_captcha. Thanks! Lots of errors upgrading - acrylian - 2009-07-20 These are mostly warnings and they are also explained. The most important one is about "Zenphoto core files". You need to (re)upload these files. Lots of errors upgrading - sbillard - 2009-07-20 You should probably clean out all the zenphoto files and re-upload. Most likely you have a mixed set of files from various zenphoto versions. You should always remove the files of the previous version to prevent possibilities like this. |