Hi,
I've been having issues with FTP and uploading files via the admin panel. I am running a VPS with Ubuntu+LAMP using vsftpd as my ftp server. I get a successful update message when I update plugins via the admin panel on my site, however the files never actually update. When I review my vsftpd logs, I see the following in the log:
Sat Dec 27 21:46:33 2014 [pid 24513] [userName] FAIL UPLOAD: Client "127.0.0.1", "/var/www/site/public_html/var/www/site/public_html/ow_plugins/slideshow/components/edit_slide.php", 0.00Kbyte/sec
Sat Dec 27 21:46:33 2014 [pid 24513] [userName] FAIL UPLOAD: Client "127.0.0.1", "/var/www/site/public_html/var/www/site/public_html/ow_plugins/slideshow/components/custom_settings.php", 0.00Kbyte/sec
Sat Dec 27 21:46:33 2014 [pid 24513] [userName] FAIL UPLOAD: Client "127.0.0.1", "/var/www/site/public_html/var/www/site/public_html/ow_plugins/slideshow/install.php", 0.00Kbyte/sec
Notice the path name repeating. I recall having this issue prior when I was moving my site from shared hosting to the VPS. When running the site software upgrade, it was looking for the path:
/var/www/site/public_html/var/www/site/public_html/ow_core/
I created these folders to match what it was looking for, as shown:
name@web:/var/log$ ls -l /var/www/site/public_html/var/www/site/public_html/
total 4
drwxrwxr-x 2 www-data webadmins 4096 Dec 27 21:46 ow_core
Whats up with this?