Page 1 of 1

Lot's of errors - CMS 1.0.8

Posted: Tue Aug 28, 2007 10:02 am
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?

Re: Lot's of errors - CMS 1.0.8

Posted: Tue Aug 28, 2007 10:13 am
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

Re: Lot's of errors - CMS 1.0.8

Posted: Tue Aug 28, 2007 10:27 am
by cyberman
It looks like file class.moduleloader.inc.php is not available (file is missed or corrupt). Try to upload this once again.

Re: Lot's of errors - CMS 1.0.8

Posted: Tue Aug 28, 2007 11:24 am
by flushell
I already tried to upload the whole of 1.0.8. including the /lib dir. That does not solve the problem

Re: Lot's of errors - CMS 1.0.8

Posted: Tue Aug 28, 2007 1:21 pm
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...

Re: Lot's of errors - CMS 1.0.8

Posted: Tue Aug 28, 2007 1:25 pm
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

Re: Lot's of errors - CMS 1.0.8

Posted: Tue Aug 28, 2007 6:33 pm
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.

Re: Lot's of errors - CMS 1.0.8

Posted: Tue Aug 28, 2007 7:36 pm
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...

Re: Lot's of errors - CMS 1.0.8

Posted: Sat Sep 01, 2007 2:35 pm
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

Re: Lot's of errors - CMS 1.0.8

Posted: Sat Sep 01, 2007 6:43 pm
by Pierre M.
Pierre M. wrote: Are your FTP upload logs OK ? Or do you use SSH ?