Problem with upgrading from 5.6.0.2 to 5.6.2.1 in database
PermalinkI tried using the upgrade tool at mysite.com/index.php/tools/required/upgrade.php, however I got this error message:
"Fatal error: Cannot instantiate abstract class Job in /home/percep9/public_html/updates/concrete5.6.2.1_updater/concrete/core/models/job.php on line 271"
The site is still working, not broken, but I cannot find any information on this error or how to fix it in the forums. The error is originating in the new core package. Any thoughts?

Tried various C5 updating methods, none seem to work?
}else{ //$invalidJob = new Job(); //$invalidJob->jName = $className; //$invalidJob->jHandle=$jHandle; //$invalidJob->jDescription = t('Error: Invalid Job file. The class %s was not found in %s .', $className, $path); //$invalidJob->invalid=1; //$jobObjs[$jHandle] = $invalidJob; }
just make sure you save the old copy though.
I have another site using the same host, and I tried to update that today and got the exact same error message, which made me think it was an issue with my host. I have no special jobs setup or anything. I am using Web Hosting Hub. I have also considered contacting them to see if they can help me resolve this issue.
I will try cherry cake's suggestion on my site that is much smaller, not so many files to re-upload if it breaks again.
Hope this thread helps some others out there.