OK. For those of you having trouble with the config file deleting itself after uploading a config file manually, try this:
OPEN the
admin/install/install_functions.php file within a standard text editor and edit the file as outlined below:
GOTO line 1256 and find the following code:
PHP Code:
@unlink($config_path);
ADD two (2) backslashes in front of the code on line 1256 so the final result looks like this:
PHP Code:
//@unlink($config_path);
SAVE and close the file. Upload it to the
admin/install/ and overwrite the existing
install_functions.php file with the one you just modified.
This will prevent Pixelpost from deleting your file, it will not guarantee a successful connection though. Lets hope for the best...