| Author |
Message |
   
Lenny Lake (melen)
New member Username: melen
Post Number: 1 Registered: 07-2006
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, July 16, 2006 - 04:31 pm: |
|
Hello, I'm doing some work relating to moving websites to a new server for someone that owns mail responder pro. Right now a number of the scripts are generating Internal Server Errors (such as sub.pl) and since the scripts are encoded I'm having a tough time determining what's causing the problem. I've looked through the install documentation to insure that the appropriate Perl modules are installed. The index.pl does appear to work. The new server is Fedora Core 4 with Perl 5.8.6 (and the appropriate modules, such as DBI, IO::Socket, etc). Note that doing a "perl -cwT sub.pl" on the command line doesn't report any errors. Any help would be greatly appreciated. Thanks. |
   
Frank Bauer (support)
Moderator Username: support
Post Number: 907 Registered: 03-2001

Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, July 18, 2006 - 07:06 am: |
|
Hello Lenny, Here are the steps to move a script... 1. Download all files in proper mode from your old server to your PC (all files except graphics in ASCII mode, graphics in binary mode). 2. Use a plain text editor like MS Notetab to manually modify the config.dat files. All URL's in it need to be corrected. 3. Upload all files in proper mode from your PC to your new server (all files except graphics in ASCII mode, graphics in binary mode). 4. CHMOD the install.pl file to 755. 5. Call the install.pl file in your browser. If the script used a MySQL database, copy that database also from your old server to your new server. In case that the MySQL database name, the username or the password changed, remove the old ones from the config.dat file using a plain text editor like MS Notepad. Sincerely, Frank Bauer ============================================================ Would you like more... ? Scripts & Service for Your Web Business http://www.add2it.com ...Helping you succeed online... ============================================================
|
|