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?
Lot's of errors - CMS 1.0.8
Re: Lot's of errors - CMS 1.0.8
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
Have to check what they mean.
Ronny
-
cyberman
Re: Lot's of errors - CMS 1.0.8
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
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
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...
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
Thanx... does not help: the permissions are still 755 in both dir's and the files are also 755mark 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...
-
Pierre M.
Re: Lot's of errors - CMS 1.0.8
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.
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
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
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:
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
Pierre M. wrote: Are your FTP upload logs OK ? Or do you use SSH ?


