Error in Upgrade

Permalink
Hi...

Upgrading from 5.3.2 to 5.3.3.1 and when I run the /index.php/tools/required/upgrade.php upgrade I get the following errors

Warning: Loader::require_once(/xxxxx/fhlinux160/x/xxxx.org.uk/user/htdocs/concrete/config/../helpers/file.php) [loader.require-once]: failed to open stream: No such file or directory in /xxxxx/fhlinux160/x/xxxx.org.uk/user/htdocs/concrete/libraries/loader.php on line 218

Fatal error: Loader::require_once() [function.require]: Failed opening required '/xxxxx/fhlinux160/x/xxxx.org.uk/user/htdocs/concrete/config/../helpers/file.php' (include_path='.:/usr/share/pear/:/xxxxx/fhlinux160/x/xxxx.org.uk/user/htdocs/libraries/3rdparty:/xxxxx/fhlinux160/x/xxxx.org.uk/user/htdocs/concrete/config/../libraries/3rdparty') in /xxxxx/fhlinux160/x/xxxx.org.uk/user/htdocs/concrete/libraries/loader.php on line 218

Any help apreciated

Mych
 
ryan replied on at Permalink Reply
ryan
Looks like the file helper is not found, did you upload with ftp & possibly miss a few files?

Verify that this file exists and is readable by your web server's user:
/xxxxx/fhlinux160/x/xxxx.org.uk/user/htdocs/concrete/helpers/file.php
Mych replied on at Permalink Reply
Mych
Have double checked... The file existed but decided to upload again.... basically I am using ftp and I'm uploading and overwriting the whole of the concrete (core) directory, leaving all other directories as they were.

I'm now getting the following error....

Fatal error: Call to a member function setAttribute() on a non-object in /xxxxx/fhlinux160/x/xxxx.org.uk/user/htdocs/concrete/helpers/concrete/upgrade/version_532.php on line 437

Also when I click the Sitewide Settings nav on Dashboard (I was looking to see if clearing the cache would help). Unfortunately the main panel is blank except for the tabs... If I click on any of the tabs (access, debug or attribute) I get blank panel also... while clicking email tab gives be a totally blank page.

Anything else I can try?