JFTP::write: Bad response - Joomla! Forum - community, help and support
i had new joomla 1.5.10 site working in test environment. using joomlapack 2.1.1 backed , restored site final production server, different production environment. since error when loading article or joomlapack pages.
jftp::write: bad response
i can elliminate error disabling ftp function in configuration.php file:
from
var $ftp_enable = '1';
to
var $ftp_enable = '0';
i cannot disable ftp within global configuration remains set "yes".
this lead me suspect ftp root path issue, unable find solution
current settings :
ftp path =
/<mydomain.com>/www/html/
temp folder path =
/home/c/<domain>/<domain.com>/www/html/tmp
log file path =
/home/c/<domain>/<domain.com>/www/html/logs
if change ftp path match others follows
/home/c/<domain>/<domain.com>/www/html/
the file fails save error message:
an error has occurred! unable open configuration.php file write!
any appreciated
jftp::write: bad response
i can elliminate error disabling ftp function in configuration.php file:
from
var $ftp_enable = '1';
to
var $ftp_enable = '0';
i cannot disable ftp within global configuration remains set "yes".
this lead me suspect ftp root path issue, unable find solution
current settings :
ftp path =
/<mydomain.com>/www/html/
temp folder path =
/home/c/<domain>/<domain.com>/www/html/tmp
log file path =
/home/c/<domain>/<domain.com>/www/html/logs
if change ftp path match others follows
/home/c/<domain>/<domain.com>/www/html/
the file fails save error message:
an error has occurred! unable open configuration.php file write!
any appreciated
Comments
Post a Comment