Page 1 of 1

SOLVED - Bug when Updating HOME in site structure

Posted: Sun 1. May 2005, 07:05
by cchhita
HI Everybody,
I am not sure if this is a bug or what, but all of a sudden I am getting the following error message when I try to update information (such as the article count) on the HOME in my site structure. I can modify and save all the rest of the pages OK, but cannot update this...
I get the following error message:

Code: Select all

Warning: fopen(/home/xxxx/public_html/xxxx/include/inc_conf/conf.indexpage.inc.php): failed to open stream: Permission denied in /home/xxxx/public_html/xxxx/include/inc_lib/general.inc.php on line 777

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/public_html/xxxx/include/inc_lib/general.inc.php:777) in /home/xxxx/public_html/xxxx/include/inc_act/act_structure.php on line 232
Is this a bug? I enabled mod rewrite, and thought this was the problem, but have not turned it off and still having the same problem.

Any ideas on this?

Thanks

Posted: Sun 1. May 2005, 07:12
by cchhita
Hi Again,
Sorry its fixed now! :)
I changed the CHMOD for the conf_indexpage.inc.php to 777 and all was fine!
Have never had this problem before though.


Thanks