Page 1 of 1

Installation error. Can anyone help me

PostPosted: Fri Feb 06, 2004 7:04 am
by davealloway
Warning: fopen(../config.inc.php): failed to open stream: Permission denied in /home/highway9/public_html/nabopol/admin/config_alter.php on line 5

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 7

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 11

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 13

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 17

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 19

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 23

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 25

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 29

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 31

Warning: fputs(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 35

Warning: fclose(): supplied argument is not a valid stream resource in /home/highway9/public_html/nabopol/admin/config_alter.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /home/highway9/public_html/nabopol/admin/config_alter.php:5) in /home/highway9/public_html/nabopol/admin/config_alter.php on line 41

PostPosted: Sat Feb 07, 2004 4:24 pm
by Borgscan
I'm having the exact same problem. Pemissioning everything to 777 doesnt help either. Someone please help.

PostPosted: Mon Mar 22, 2004 3:11 am
by ScriptNurse
I had this problem. The problem is in the first statement and the fputs() errors are a result of that.

Use your FTP client to change the permissions on: http://.../nabopoll/config.inc.php

... to chmod 777 so the install.php script can write to it.