getting this fatal error

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
lajlev

getting this fatal error

Post 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?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: getting this fatal error

Post by Dr.CSS »

Check and see it should say...

class Search extends CMSModule
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: getting this fatal error

Post 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
lajlev

Re: getting this fatal error

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: getting this fatal error

Post by Dr.CSS »

How is this site hosted, home comp. or online, what operating systems etc....
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: getting this fatal error

Post 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?
Locked

Return to “[locked] Installation, Setup and Upgrade”