error on sort article

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
u195819
Posts: 11
Joined: Mon 8. Nov 2004, 23:29

error on sort article

Post by u195819 »

in the following file:

/include/inc_act/act_structure.php

I get this error when trying to sort an article, or try to change the format of how articles are handled within the admin site structure tool:


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

Warning: Cannot modify header information - headers already sent by (output started at /home/gearwrks/public_html/content/include/inc_lib/general.inc.php:777) in /home/gearwrks/public_html/content/include/inc_act/act_structure.php on line 214


Any Ideas???

Thannks.

John M.
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Post by Karla »

check access rights for special files and folders.
1 ) DIR phpwcms_tmp/thumb_list 777
2 ) DIR phpwcms_tmp/thumb_preview 777
3 ) DIR phpwcms_ftp 777
4 ) DIR phpwcms_filestorage/1...10 777
5 ) DIR content/images 777

6 ) FILE setup/setup.conf.inc.php 666
7 ) FILE include/inc_conf/conf.indexpage.inc.php 666
8 ) FILE phpwcms_template/inc_css/frontend.css 666
9 ) FILE phpwcms_template/inc_default/startup.html 666


All other files listed above can set to 644, directories to 755. Sometimes it can help to set mode to 766 for the following directories: phpwcms_tmp, phpwcms_template, phpwcms_ftptakeover, inc_css, content. If you have further access problems try to set all files and directories to 777 (not recommend).
Post Reply