Trying to upgrade using the new "upgrade" button and I continue to get a page full of Warnings. Then at the bottom of the page it reads, "Upgrade complete", even though the version remains the same.
There's roughly 75 warnings and all or on the same line of the same file, but just to list a few; Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/config.php.txt: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/paypal.php: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/adminlogin.php: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/contactreply.php: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/nochex.php: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
public_html is right if the FTP account drops you a level above public_html. It's looking in the admin directory for base directory files...
It's difficult to test this since my server has suPHP and thus doesn't require any FTP info or permissions configuration. Can you email me an FTP and admin login?
Comments on Unable to upgrade via upgrade button
Forum Regular
Usergroup: Customer
Joined: Apr 18, 2006
Total Topics: 28
Total Comments: 103
Trying to upgrade using the new "upgrade" button and I continue to get a page full of Warnings.
Then at the bottom of the page it reads, "Upgrade complete", even though the version remains the same.
There's roughly 75 warnings and all or on the same line of the same file, but just to list a few;
Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/config.php.txt: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/paypal.php: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/adminlogin.php: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/contactreply.php: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
Warning: ftp_delete() [function.ftp-delete]: Could not delete admin/nochex.php: No such file or directory in /home/xxxx/public_html/includes/filefunctions.php on line 176
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Go to Admin Panel -> Settings -> System Settings. The FTP info you have typed toward the bottom probably has the wrong directory path.
Forum Regular
Usergroup: Customer
Joined: Apr 18, 2006
Total Topics: 28
Total Comments: 103
Thanks Paul...the directory of the install is the public_html directory. That's what I had in the path field. And I tried home/username/public_html
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
public_html is right if the FTP account drops you a level above public_html. It's looking in the admin directory for base directory files...
It's difficult to test this since my server has suPHP and thus doesn't require any FTP info or permissions configuration. Can you email me an FTP and admin login?
Forum Regular
Usergroup: Customer
Joined: Apr 18, 2006
Total Topics: 28
Total Comments: 103
You bet.
Email sent.
Take care of your personal business as mentioned first, no rush.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Problem with the ftpdelete function. Fixed.
Forum Regular
Usergroup: Customer
Joined: Apr 18, 2006
Total Topics: 28
Total Comments: 103
Beautiful.
Thanks Paul