Lot's of errors - CMS 1.0.8

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
flushell

Lot's of errors - CMS 1.0.8

Post by flushell »

When I go to one of my websites (http://www.loothuiszorg.nl) there is a lot of whitespace before the site starts. When I try to login at the backend there are lots of error-meseages I don't understand (http://www.loothuiszorg.nl/admin).
This all heppened completely spontaneos. I tried to clear the cache, and I completely uploades 1.0.8 again. Does not help. Does anyone here has a clue?
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Lot's of errors - CMS 1.0.8

Post by RonnyK »

Actually the whitespace isn't whitespace. If you select the whitespace on top, you'll see the errors selected.

Have to check what they mean.

Ronny
cyberman

Re: Lot's of errors - CMS 1.0.8

Post by cyberman »

It looks like file class.moduleloader.inc.php is not available (file is missed or corrupt). Try to upload this once again.
flushell

Re: Lot's of errors - CMS 1.0.8

Post by flushell »

I already tried to upload the whole of 1.0.8. including the /lib dir. That does not solve the problem
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Lot's of errors - CMS 1.0.8

Post by Dr.CSS »

Your ISP may have changed something in it's configuration...

You may have to go to /lib or /classes/ and check the permissions/chmod to see if it's set correctly this may be why it can't read it/open stream to it...

mine are both set to 755...
flushell

Re: Lot's of errors - CMS 1.0.8

Post by flushell »

mark wrote: Your ISP may have changed something in it's configuration...

You may have to go to /lib or /classes/ and check the permissions/chmod to see if it's set correctly this may be why it can't read it/open stream to it...

mine are both set to 755...
Thanx... does not help: the permissions are still 755 in both dir's and the files are also 755
Pierre M.

Re: Lot's of errors - CMS 1.0.8

Post by Pierre M. »

Hello,

Are your FTP upload logs OK ? Or do you use SSH ?
As soon as your 1.0.8 is fixed, you should upgrade step by step to current stable.

Pierre M.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Lot's of errors - CMS 1.0.8

Post by Dr.CSS »

Have you checked, in Site Admin » Global Settings, the File Creation Mask (umask): maybe needs to be set to 002 or 000 or left blank...
flushell

Re: Lot's of errors - CMS 1.0.8

Post by flushell »

I've tried everything. I set the umask to 000 002 and blank. I almost set all dir's to 777 but northing helps... any other ideas?

These are the errors that appear:

Code: Select all

Warning: loadmodules(/www/htdocs/loothuis/modules/FileEditor/FileEditor.module.php): failed to open stream: Toegang geweigerd in /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php on line 112

Warning: loadmodules(): Failed opening '/www/htdocs/loothuis/modules/FileEditor/FileEditor.module.php' for inclusion (include_path='.:') in /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php on line 112

Warning: loadmodules(/www/htdocs/loothuis/modules/FormBuilder/FormBuilder.module.php): failed to open stream: Toegang geweigerd in /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php on line 112

Warning: loadmodules(): Failed opening '/www/htdocs/loothuis/modules/FormBuilder/FormBuilder.module.php' for inclusion (include_path='.:') in /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php on line 112

Warning: loadmodules(/www/htdocs/loothuis/modules/Guestbook/Guestbook.module.php): failed to open stream: Toegang geweigerd in /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php on line 112

Warning: loadmodules(): Failed opening '/www/htdocs/loothuis/modules/Guestbook/Guestbook.module.php' for inclusion (include_path='.:') in /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php on line 112

Warning: loadmodules(/www/htdocs/loothuis/modules/MenuManager/MenuManager.module.php): failed to open stream: Toegang geweigerd in /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php on line 112

Warning: loadmodules(): Failed opening '/www/htdocs/loothuis/modules/MenuManager/MenuManager.module.php' for inclusion (include_path='.:') in /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php on line 112

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php:112) in /www/htdocs/loothuis/lib/classes/class.admintheme.inc.php on line 161

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php:112) in /www/htdocs/loothuis/lib/classes/class.admintheme.inc.php on line 164

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php:112) in /www/htdocs/loothuis/lib/classes/class.admintheme.inc.php on line 167

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php:112) in /www/htdocs/loothuis/lib/classes/class.admintheme.inc.php on line 168

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php:112) in /www/htdocs/loothuis/lib/classes/class.admintheme.inc.php on line 171

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/loothuis/lib/classes/class.moduleloader.inc.php:112) in /www/htdocs/loothuis/lib/classes/class.admintheme.inc.php on line 176
Pierre M.

Re: Lot's of errors - CMS 1.0.8

Post by Pierre M. »

Pierre M. wrote: Are your FTP upload logs OK ? Or do you use SSH ?
Locked

Return to “CMSMS Core”