ok, i built my site using WAMP on a localhost.
Here's what I did to upload it to the server
1) i created a MySQL database on the server
2) i uploaded the extracted files and directories for a new XOOPS 2.4.3 install
3) i installed 2.4.3
4) i uploaded all the files from my localhost to the server, overwriting all existing files on the server from the 2.4.3 install, except the mainfile.php and the license.php
5) using phpmyadmin, i deleted all the tables in the server mysql
6) i imported a .gz copy of my database form the localhost to the server
7) I checked the localhost mainfile.php against the server mainfile.php and changed the 'XOOPS_DB_PREFIX' to the same as the localhost.
8) i checked the localhost license.php against the server license.php and chenged the XOOPS_LICENSE_KEY' on the server license.php to the same as the one in the localhost license.php.
9) I went to the website,
I get a white screen
I tried to directly access the user module for login and got a 404 error
10) i deleted all the tables from the database on the server, resaved the localhost database using the exact name as the MySQL on the server.
11) I imported the gz copy of the database
12) i get a white screen
13) i deleted all the tables i the server database
14) i saved the localhost database "uncompressed"
15) i injected the localhost uncompresed database using SQL
16) I get a white screen
17) I uploaded checksum.php and ran it, besides missing all the install files (i deleted them, as I'm supposed to do) I get the following:
Quote:
./class/mail/phpmailer/language/phpmailer.lang-fo.php content invalid
./class/textsanitizer/config.custom.php content invalid
./include/license.php content invalid
./kernel/object.php content invalid
./modules/system/class/gui/oxygen/language/bulgarian/admin.php content invalid
./modules/system/class/gui/oxygen/language/nederlands/admin.php content invalid
./modules/system/class/gui/oxygen/language/pt_utf8/admin.php content invalid
There are 4190 files checked.
18) I don't care about the language files, i don't use them
19) i chenged the server files config.custom.php, license.php, object.php, to php.bak
20) i uploaded the versions from the localhost
21) i get a white screen
22) i ran checksum again, i get the same errors
Any help you can give to get this site running would be GREATLY appreciated.
TIA!!!