Page 1 of 1
[SOLVED] Fatal error: Class 'news_admin_ops' not found
Posted: Tue Apr 30, 2013 9:36 pm
by webform
Trying to upgrade an old site from 1.9.4 to 1.11.6 but get an error (blank page) both in frontend and backend. With debug turned on i get this:
Code: Select all
Fatal error: Class 'news_admin_ops' not found in /hsphere/local/home/site/modules/News/News.module.php on line 374
What can i do to correct this error?
Re: Upgrade- Fatal error: Class 'news_admin_ops' not found
Posted: Tue Apr 30, 2013 9:59 pm
by webform
Think i solved it myself:
The upgrade script didn't seem to complete entirely and some modules was not upgraded including News module.
So disabling the News module until i could get into the modules list and upgrade the missing modules, solved the problem.
Why the upgrade script didn't complete the upgrade, i don't know!
Re: [SOLVED] Fatal error: Class 'news_admin_ops' not found
Posted: Wed May 01, 2013 7:58 pm
by Dr.CSS
Did you go straight from 1.9.4 to 1.11.6 or ?, hard to help with such a lack of info...
Re: [SOLVED] Fatal error: Class 'news_admin_ops' not found
Posted: Wed May 01, 2013 9:59 pm
by webform
Yes i did! And the upgrade script didn't complete the upgrade of some of the modules including the News Module hence the error.
Maybe the leap between versions was to great!
Re: [SOLVED] Fatal error: Class 'news_admin_ops' not found
Posted: Wed May 01, 2013 11:41 pm
by Dr.CSS
You need to hit 1.9.4.3 no matter what version you come from below that version...
http://docs.cmsmadesimple.org/upgrading ... ld-version
Re: [SOLVED] Fatal error: Class 'news_admin_ops' not found
Posted: Thu May 02, 2013 7:13 am
by webform
That had escaped my attention!
Thank you for steering me in the right direction!