SOLVED - Bug when Updating HOME in site structure

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
cchhita
Posts: 54
Joined: Sun 14. Nov 2004, 23:54

SOLVED - Bug when Updating HOME in site structure

Post 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
Last edited by cchhita on Sun 1. May 2005, 07:13, edited 1 time in total.
cchhita
Posts: 54
Joined: Sun 14. Nov 2004, 23:54

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