Author |
Topic  |
|
mgfranz
Starting Member
9 Posts |
Posted - 12 January 2008 : 11:22:32
|
I have a forum setup on a test machine and it works fine, when I transfered it to the server, ran setup and was able to login as a user, nothing else gets loaded, the default.asp page stops at the line, "You are logged on as". No username or logout image and no forums.
Any ideas? |
|
JJenson
Advanced Member
    
USA
2121 Posts |
Posted - 12 January 2008 : 11:34:10
|
Have you made the appropriate changes to the database string in config.asp? Then run setup.asp after you have done that? |
 |
|
mgfranz
Starting Member
9 Posts |
Posted - 12 January 2008 : 12:50:58
|
Yes, the database allowed me to login initially as a user and I was able to run setup.asp with "Congratulations!!" as the result. I have checked the server to ensure all the files are there. |
 |
|
mgfranz
Starting Member
9 Posts |
Posted - 12 January 2008 : 13:07:00
|
Oh yeah, if I run the inc_header.asp file I get the error;
There has been a problem...
Your strDBType is not set, please edit your config.asp to reflect your database type.
This leads me to think that there may be a issue on the server, mt config.asp file looks like this, the "_database" is a hidden directory yet still has full RW permissions.
'strDBType = "sqlserver" strDBType = "access" 'strDBType = "mysql"
'## Make sure to uncomment one of the strConnString lines and edit it so that it points to where your database is! strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../_database/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
mgfranz
Starting Member
9 Posts |
|
mgfranz
Starting Member
9 Posts |
Posted - 12 January 2008 : 13:51:11
|
OK, I disabled the custom errors on the directory and I now get this;
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/forum/inc_func_common.asp, line 217
What I don't get is why does the test forum work and the server version not?
|
Edited by - mgfranz on 12 January 2008 13:56:35 |
 |
|
mgfranz
Starting Member
9 Posts |
Posted - 12 January 2008 : 14:47:13
|
Fixed! The adovbs file was transfered but had a "0" byte size, resending it fixed the issue. |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
|
Topic  |
|