Page 1 of 1

Joomla15 error?

Posted: Thu Nov 22, 2007 8:36 am
by sirmaulanh
Image
Image

OS: CentOS 5.0
joomla 1.5 RC3
upload file image = Media Manager
vsftp: home root: /var/www/html/joomla15

Help me, Please!

Re: Joomla15 error?

Posted: Thu Nov 22, 2007 4:26 pm
by erdsiger
Try to disable the FTP in the Global Configuration.

Re: Joomla15 error?

Posted: Fri Nov 23, 2007 4:21 am
by sirmaulanh
I try disable ftp in Global Configuration and this error is show  :'(
Image
Help me pls! Thanks!

Re: Joomla15 error?

Posted: Fri Nov 23, 2007 11:08 am
by erdsiger
Then simple open the configuration.php file and modify this line

Code: Select all

var $ftp_enable = '1';


to

Code: Select all

var $ftp_enable = '0';

Re: Joomla15 error?

Posted: Tue Nov 27, 2007 10:54 am
by sirmaulanh
Thanks  ;)