Installation does not begin - ZEND error & more
Permalink
After uploading the files of the newest version and adapting folder rights, I always get this error:
Warning: require_once(Zend/Date/DateObject.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/web134/html/c5/concrete/libraries/3rdparty/Zend/Date.php on line 25
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Date/DateObject.php' (include_path='.') in /home/www/web134/html/c5/concrete/libraries/3rdparty/Zend/Date.php on line 25
See it here:http://www.philippochsner.ch/c5/...
There are even more errors...
I also tried to install it via SimpleScript - same issue. Any Ideas?
Warning: require_once(Zend/Date/DateObject.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/web134/html/c5/concrete/libraries/3rdparty/Zend/Date.php on line 25
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Date/DateObject.php' (include_path='.') in /home/www/web134/html/c5/concrete/libraries/3rdparty/Zend/Date.php on line 25
See it here:http://www.philippochsner.ch/c5/...
There are even more errors...
I also tried to install it via SimpleScript - same issue. Any Ideas?
A similar possibility is the case of the file names.
There was a bug in the linux unzip which mangled filenames to lowercase. Many Zend filenames use mixed case.
I ran across it last week when cloning a site that was running on an old linux, got similar symptoms. Sorting out the case of file names fixed it for me.
There was a bug in the linux unzip which mangled filenames to lowercase. Many Zend filenames use mixed case.
I ran across it last week when cloning a site that was running on an old linux, got similar symptoms. Sorting out the case of file names fixed it for me.
From what I see from other posts, this tends to just been an upgrade error.