Warning: require_once(Zend/Date/DateObject.php)
Permalink
Hello All,
i tryed to upgrade my concrete 5 install via dashboard from 5.5.2.1 to 5.6.0.2.
During the update i got following:
Warning: require_once(Zend/Date/DateObject.php): failed to open stream: No such file or directory in /home/www/web10/html/blacky/concrete5/updates/concrete5.6.0.2/concrete/libraries/3rdparty/Zend/Date.php on line 25 Fatal error: require_once(): Failed opening required 'Zend/Date/DateObject.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR:/home/www/web10/html/blacky/concrete5/concrete/libraries/3rdparty/Zend:/home/www/web10/html/blacky/concrete5/concrete/libraries/3rdparty:/home/www/web10/html/blacky/concrete5/concrete/libraries') in /home/www/web10/html/blacky/concrete5/updates/concrete5.6.0.2/concrete/libraries/3rdparty/Zend/Date.php on line 25
No I cannot do anything, cant login to admin page, dashboard or something else. Just this error comes :(
Any solution ?
Thank you !!!!
i tryed to upgrade my concrete 5 install via dashboard from 5.5.2.1 to 5.6.0.2.
During the update i got following:
Warning: require_once(Zend/Date/DateObject.php): failed to open stream: No such file or directory in /home/www/web10/html/blacky/concrete5/updates/concrete5.6.0.2/concrete/libraries/3rdparty/Zend/Date.php on line 25 Fatal error: require_once(): Failed opening required 'Zend/Date/DateObject.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR:/home/www/web10/html/blacky/concrete5/concrete/libraries/3rdparty/Zend:/home/www/web10/html/blacky/concrete5/concrete/libraries/3rdparty:/home/www/web10/html/blacky/concrete5/concrete/libraries') in /home/www/web10/html/blacky/concrete5/updates/concrete5.6.0.2/concrete/libraries/3rdparty/Zend/Date.php on line 25
No I cannot do anything, cant login to admin page, dashboard or something else. Just this error comes :(
Any solution ?
Thank you !!!!
define('DIRNAME_APP_UPDATED', 'concrete5.6.0.2');
If you have updated your site before to concrete5.5.2.1 then you should have a directory in the updates folder: ' blacky/concrete5/updates/concrete5.5.2.1'. If you do have this folder, then update the constant in ' blacky/concrete5/config/site.php' too:
define('DIRNAME_APP_UPDATED', 'concrete5.5.2.1');
If you DON'T have a copy of concrete5.5.2.1, or any other old version of C5 in your updates folder, then just remove or comment out this line to read:
//define('DIRNAME_APP_UPDATED', 'concrete5.6.0.2');
Once that is done save the changes to site.php and your site should be restored.
If that works then we can move on to attempting to upgrade the site.