PDA

View Full Version : Remote Server Probem.... (please Answer)


notime
05-11-2007, 12:01 PM
We install MFHS and we have to use Remote Server for upload files.
we setup remote server correctly. but when we try to upload a file, progress bar show us "0%" and after this nothing happened.
Our Local Server is Cpanel (Linux) and our Local Server is Plesk (Windows).

Database Connection on both servers is correct :
please visit this page :
http://67.159.5.203/fileserver/setup.php?act=dbconnect

facing: MYSQL connected!

I do all of remote server setup instruction CORRECTLY.

Please Help US....

dappadizzle
05-12-2007, 03:52 AM
make sure that in your admin area you have entered the correct ftp information. After that click setup and the script will automatically transfer the files to the remote server and then you should be good to go. Also before you go online or whatever you plan to do, click on test server and see if everything is fine. hope that helps.
Kyle

notime
05-12-2007, 02:35 PM
dear dappadizzle,
we do all of these steps but still we can't work with Remote Server.

yabsoft
05-14-2007, 12:23 PM
You need edit config.php to change below lines:
$server_id='{SERVER_ID}';

$cgi_temp_dir = '{CGI_TMP}';
$php_temp_dir = '{PHP_TMP}';
$upload_dir = '{UPLOAD_DIR}';
{SERVER_ID},{CGI_TMP},{PHP_TMP} and {UPLOAD_DIR} should be replaced with actual value.