PDA

View Full Version : PHP Script Problem!


tsl001
04/24/2005, 06:14
I have installed a new safelist management script but I keep getting this error!

Could someone please tell me what is wrong?

Warning: ftp_site(): Could not change perms on /public_html/demo1/html_head.php: No such file or directory in /home/letsmake/public_html/listowners/index.php on line 1530
Not writable
Warning: ftp_site(): Could not change perms on /public_html/demo1/index.php: No such file or directory in /home/letsmake/public_html/listowners/index.php on line 1585
Not writable
Warning: ftp_site(): Could not change perms on /public_html/demo1/images/logo.gif: No such file or directory in /home/letsmake/public_html/listowners/index.php on line 1638
Not writable
Warning: ftp_site(): Could not change perms on /public_html/demo1/images/menu1.gif: No such file or directory in /home/letsmake/public_html/listowners/index.php on line 1691
Not writable
Warning: ftp_site(): Could not change perms on /public_html/demo1/images/menu2.gif: No such file or directory in /home/letsmake/public_html/listowners/index.php on line 1743
Not writable
Warning: ftp_site(): Could not change perms on /public_html/demo1/images/menu3.gif: No such file or directory in /home/letsmake/public_html/listowners/index.php on line 1795
Not writable
Warning: ftp_site(): Could not change perms on /public_html/demo1/images/menu4.gif: No such file or directory in /home/letsmake/public_html/listowners/index.php on line 1847
Not writable
Warning: ftp_site() expects parameter 1 to be resource, boolean given in /home/letsmake/public_html/listowners/index.php on line 1899

Warning: ftp_quit() expects parameter 1 to be resource, boolean given in /home/letsmake/public_html/listowners/index.php on line 1902
Not writable
Warning: fopen(ftp://...@letsmakesales.com/public_html/demo1/images/menu_bg.gif): failed to open stream: FTP server reports 421 Too many connections (8) from this IP in /home/letsmake/public_html/listowners/index.php on line 1934

Warning: ftp_site() expects parameter 1 to be resource, boolean given in /home/letsmake/public_html/listowners/index.php on line 1951

Warning: ftp_quit() expects parameter 1 to be resource, boolean given in /home/letsmake/public_html/listowners/index.php on line 1954
Not writable
Warning: fopen(ftp://...@letsmakesales.com/public_html/demo1/images/menu_left.gif): failed to open stream: FTP server reports 421 Too many connections (8) from this IP in /home/letsmake/public_html/listowners/index.php on line 1986

Warning: ftp_site() expects parameter 1 to be resource, boolean given in /home/letsmake/public_html/listowners/index.php on line 2003

Warning: ftp_quit() expects parameter 1 to be resource, boolean given in /home/letsmake/public_html/listowners/index.php on line 2006
Not writable
Warning: fopen(ftp://...@letsmakesales.com/public_html/demo1/images/side_bg.gif): failed to open stream: FTP server reports 421 Too many connections (8) from this IP in /home/letsmake/public_html/listowners/index.php on line 2038

slava
04/24/2005, 10:05
Looks like a path problem... Search in this way.

dcm
04/24/2005, 15:38
i think its chmod problemm did u check those files? listowners this folder may need to chmod 777

zynch
05/08/2005, 12:01
Definitely a path problem.

Change /public_html/demo1/ into /public_html/listowners/ somewhere in your config files.