Page 1 of 1
getting this fatal error
Posted: Thu Nov 30, 2006 4:00 pm
by lajlev
Fatal error: Class 'CMSModule' not found in /mounted-storage/home34a/sub002/sc28478-TRMI/dinsite.dk/modules/Search/Search.module.php on line 74

any idea?
Re: getting this fatal error
Posted: Thu Nov 30, 2006 5:22 pm
by Dr.CSS
Check and see it should say...
class Search extends CMSModule
Re: getting this fatal error
Posted: Thu Nov 30, 2006 6:57 pm
by Dee
mark wrote:
Check and see it should say...
class Search extends CMSModule
Yeah, that's what is says on line 74... somehow PHP hasn't loaded the CMSModule class (file) at that point - hence the error.
@lajlev:
Did all files get uploaded correctly?
Check presence and permissions of these files:
lib/classes/class.module.inc.php
lib/classes/class.moduleloader.inc.php
lib/classes/class.moduleoperations.inc.php
Regards,
D
Re: getting this fatal error
Posted: Thu Nov 30, 2006 10:07 pm
by lajlev
yes all a uploaded correctly, and have set permission to 777
getting this messenge now: Fatal error: Class 'CMSModule' not found in /mounted-storage/home34a/sub002/sc28478-TRMI/dinsite.dk/modules/Search/Search.module.php on line 74
Re: getting this fatal error
Posted: Thu Nov 30, 2006 11:07 pm
by Dr.CSS
How is this site hosted, home comp. or online, what operating systems etc....
Re: getting this fatal error
Posted: Thu Nov 30, 2006 11:32 pm
by Dee
Also:
How, where and when are you getting this error?
During or directly after install? Or did your site work alright before?
In that case, did it occur after installing a module? or after a(n) (module) upgrade maybe?
On what page(s) do you get the error? On both the front-end and the admin?
Do you get any other errors on screen or in the server logs?
What version of CMS Made Simple are you using?
Did you read
this?