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
Error after upgrade to 1.8.2
Re: Error after upgrade to 1.8.2
if you can acces admin - run the System verification test.
If not - try uploading all files again and be sure to overwrite all.
If not - try uploading all files again and be sure to overwrite all.
ReneH 
A search will save you hours waiting for an answer!

A search will save you hours waiting for an answer!

Re: Error after upgrade to 1.8.2
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.
The error I'm getting under pages is
Fatal error: Class 'bulkcontentoperations' not found in ../admin/listcontent.php on line 1176
Code: Select all
if (! isset($CMS_INSTALL_PAGE))
{
CmsRegularTaskHandler::handle_tasks();
}
Fatal error: Class 'bulkcontentoperations' not found in ../admin/listcontent.php on line 1176
Last edited by vigor on Wed Sep 01, 2010 7:58 am, edited 1 time in total.
Solved: Error after upgrade to 1.8.2
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
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
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/
http://www.cmsmadesimple.org/support/faq/
Re: Error after upgrade to 1.8.2
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.