(05-02-2009 04:34 PM)Obli Wrote: I disabled all modules I don't need... but still the same problem.
No one else experiencing this "bug" with Ubuntu 8.04 LTS + isPCP + proftpd?
I had the same problem. The resolution is in the forums. I don't have the link but here are the steps I used to resolve...
Code:
# cd /var/www/ispcp/gui/tools
# wget http://www.net2ftp.com/download/net2ftp_v0.97.zip
# mv filemanager filemanager.bak
# mkdir filemanager
# unzip net2ftp_v0.97.zip in filemanager
# cd filemanager
# cp ../filemanager.bak/settings_authorizations.inc.php ./filemanager
# cp ../filemanager.bak/settings.inc.php ./filemanager
delete all skins and copy the skins/omega folder and skins/skins.inc.php from ../filemanager.bak
Code:
# cd /var/www/ispcp/gui/tools/
# del filemanager.bak
# chown -R vu2000.www-data filemanager