Page 1 of 1

Error after upgrade to 1.8.2

Posted: Tue Aug 31, 2010 12:57 pm
by vigor
I just updated a website to the latest version of cmsms and I've got the error below.

Can anyone help with this. I've put in "Full Path" instead of the actual path

Fatal error: Class 'CmsRegularTaskHandler' not found in "Full Path"/include.php on line 284

Thanks,
Paul

Re: Error after upgrade to 1.8.2

Posted: Tue Aug 31, 2010 8:36 pm
by reneh
if you can acces admin - run the System verification test.

If not - try uploading all files again and be sure to overwrite all.

Re: Error after upgrade to 1.8.2

Posted: Wed Sep 01, 2010 7:57 am
by vigor
Thanks for the reply. I tried uploading all the files again but not working. I've commented out the lines below and the front end is back working again but I cant get into pages under content in the backend now.

Code: Select all

if (! isset($CMS_INSTALL_PAGE))
  {
    CmsRegularTaskHandler::handle_tasks();
  }
The error I'm getting under pages is

Fatal error: Class 'bulkcontentoperations' not found in ../admin/listcontent.php on line 1176

Re: Error after upgrade to 1.8.2

Posted: Wed Sep 01, 2010 4:13 pm
by alby
And System Verification is ok?

Alby

Solved: Error after upgrade to 1.8.2

Posted: Wed Sep 01, 2010 5:33 pm
by vigor
Thanks for the replies.

No it wouldn't run.

Client needed updates done today so I copied all the pages, templates and style sheets to notepad files and done a clean install and loaded back in the all the pages one by one (there was nly 12 and a few galleries so it wasn't too bad).

Still don't know what caused the problem as I've updated a good few sites before and never had any problems.

Paul

Re: Error after upgrade to 1.8.2

Posted: Wed Sep 01, 2010 10:01 pm
by Dr.CSS
Sounds like you may need to make sure your host has newest version of PHP, you can find the system requirements here...

http://www.cmsmadesimple.org/support/faq/

Re: Error after upgrade to 1.8.2

Posted: Thu Sep 02, 2010 8:29 am
by vigor
The site I had the problem with is now running the latest version of cmsms on the same package as before. Thanks again for the replies.