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?

zaehlpixel
 
DAkers replied on at Permalink Reply
Try checking to see if /home/www/web134/html/c5/concrete/libraries/3rdparty/Zend/Date.php is where it's suppose to be.

From what I see from other posts, this tends to just been an upgrade error.
JohntheFish replied on at Permalink Reply
JohntheFish
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.