Danny Wauters
Posted On: 28 May 2010 10:41 AM
Hell, since my dedicated server had a cPanel service package I can't integrate FTP on any website I'm hosting.
I always get this messages
* JFTP::login: Unable to login
* JFTP::write: Unable to use passive mode
* JFTP::delete: Bad response
* JFTP::write: Unable to use passive mode
* Er is een fout opgetreden! Kon configuration.php bestand niet openen om te schrijven! (cant open configuration.php to write)
when I change permissions on configuration.php to 777 it doesn't help
I've downloaded the file and changed it myself but doesn't helped.
Can it be something on the server because before the service it worked all well.
greatz
Jonathan
Posted On: 28 May 2010 10:19 PM
Are the scripts trying to connect out on the server via FTP? If so, you might need to ensure Passive Mode is enabled. If the script is always connecting to the same destination, you could try whitelisting the destination IP address in csf.
You might also need to check the Apache error log (/usr/local/apache/logs/error_log) when using such scripts incase the issue is with the script using a disabled PHP function.
Danny Wauters
Posted On: 29 May 2010 7:54 AM
I found it under main/backup/configure backup and enabled it, but it didn't worked. Still got the message
* JFTP::login: Unable to login
* JFTP::write: Unable to use passive mode
Message
* An Error has occurred! Unable to open configuration.php file to write!
Jonathan
Posted On: 29 May 2010 9:23 AM
You need to go through each of the suggestions I made. The passive mode setting would be in whatever PHP script you're using. The most important thing is to check the apache error log.
We don't provide support for web scripts, so there's little more help I can provide.