Upgrade to 5.4.1 error.

Permalink
Tried doing the upgrade from dashboard. No dice. Tried uploading the new CONCRETE folder and running the upgrade file: no dice. It says it completed successfully but when I try to go to the home page I get:

An unexpected error occurred.
File /home/theehman/public_html/bartell/updates/concrete5.4.1/concrete/config/../themes/harvest/default.php not found. All themes need default.php and view.php files in them. Consult concrete5 documentation on how to create these files.

theehman
 
12345j replied on at Permalink Reply
12345j
this is a theme problem. take your theme from /home/theehman/public_html/bartell/themes, download it, and upload it to /home/theehman/public_html/bartell/updates/concrete5.4.1/themes
theehman replied on at Permalink Reply
theehman
I tried that. But now I'm getting this error:

Warning: require(updates/concrete5.4.1/concrete/dispatcher.php) [function.require]: failed to open stream: No such file or directory in /home/theehman/public_html/bartell/concrete/startup/updated_core_check.php on line 8

Warning: require(updates/concrete5.4.1/concrete/dispatcher.php) [function.require]: failed to open stream: No such file or directory in /home/theehman/public_html/bartell/concrete/startup/updated_core_check.php on line 8

Fatal error: require() [function.require]: Failed opening required 'updates/concrete5.4.1/concrete/dispatcher.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/theehman/public_html/bartell/concrete/startup/updated_core_check.php on line 8

I did an SQL backup. Should I just reload the site from scratch? It's getting to be where I don't even want to bother with upgrades anymore. I always get some kind of error.
12345j replied on at Permalink Reply
12345j
yeah, id just downgrade and then maybe try again, maybe not.
UpperSandusky replied on at Permalink Reply
UpperSandusky
How would you go about downgrading if you can't get to the dashboard? I believe when I upgraded there were conflicts with my theme and now I can't do much of anything with the site. Much thanks if you could share!
12345j replied on at Permalink Best Answer Reply
12345j
open .../config/site.php and delete
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4');?>
UpperSandusky replied on at Permalink Reply
UpperSandusky
Got it, thanks.
theehman replied on at Permalink Reply
theehman
Thanks! I'm back online.

In the future, should I set it back to the default theme before upgrading then change it to the one I want when it's finished?