Author |
Topic  |
|
natescape
Starting Member
24 Posts |
Posted - 27 December 2009 : 22:16:47
|
Hi all,
I've moved my forum to a new host (GoDaddy) and was able to make the DB connection. I can get into the admin area, sign in, etc. What I can't do is see any topics. When I try to view (or create) a topic, I get a 500 - Internal server error The forum - http://bdffl.com/base_huddle.asp Topic example - http://bdffl.com/forums/topic.asp?TOPIC_ID=995
Ideas? |
|
Etymon
Advanced Member
    
United States
2396 Posts |
Posted - 28 December 2009 : 00:12:45
|
Make sure that you run all of the dbs_ files for all of the MODs found in your code. The error you see could be as simple as a column is not present in a table. |
 |
|
natescape
Starting Member
24 Posts |
Posted - 28 December 2009 : 08:32:43
|
Thanks, Etymon.
Hmm. I don't have any installed MODs. But, interestingly, the forum seems to be working fine today. Oddness. |
 |
|
natescape
Starting Member
24 Posts |
Posted - 30 December 2009 : 13:33:09
|
I take that back. Maybe my DNS was still pointing to the old host. Still getting 500 errors when I try to visit a topic, start a new topic, etc. Ideas? |
Edited by - natescape on 30 December 2009 16:00:52 |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
Giumer
Junior Member
 
Italy
163 Posts |
Posted - 30 December 2009 : 23:12:47
|
hello I want to know your facts but you put the files in the forum? I ask because if you notice by clicking this link will open the forum http://bdffl.com/base_huddle.asp ok but if we make the case if I click to get to see the posts continue to take this link base_huddle.asp. entre actually the post and this link http://bdffl.com/forums/topic.asp?TOPIC_ID=995 Check your file config.asp if you set correctly, the JAL Mileage Bank of Db |
======================= http://www.Giumer.it/forum
======================= |
 |
|
natescape
Starting Member
24 Posts |
Posted - 31 December 2009 : 10:00:26
|
I tried re-uploading all the files to no avail. I'm on a Mac, and both Safari and Thunderbird are showing the same 500 error message.
The config.asp file points to a root folder at /bdffl, so folder depth shouldn't matter, right? Either way, the frame source for base_huddle.asp points to the /forums folder, so that's not the issue.
Could it be a goDaddy issue? I'm using this connection string: strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/bdffl/XX/XX.mdb") '## MS Access 2000 using virtual path
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 31 December 2009 : 13:00:42
|
Not sure whether you can configure your server to show error messages, but until then, it's anyone's guess on what is happening. You should contact your host's support to find out what is going on. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
natescape
Starting Member
24 Posts |
Posted - 31 December 2009 : 18:54:45
|
I called GoDaddy and maybe figured out the issue. Now, we have a new problem... when one views tries to view a forum, or topic, we get this error: http://www.bdffl.com/forums/forum.asp?FORUM_ID=2 ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/bdffl/forums/forum.asp, line 330
---- or ---- ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/bdffl/forums/topic.asp, line 378 ------
Ideas? |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 31 December 2009 : 19:00:36
|
We need to know what's on those lines and about 10 lines above it as well. Or you can post a link to a txt version of your forum.asp and topic.asp so we can examine them ourselves.
EDIT: Your forum seems to be working for me. |
Support Snitz Forums
|
Edited by - Davio on 31 December 2009 19:01:25 |
 |
|
natescape
Starting Member
24 Posts |
Posted - 31 December 2009 : 19:02:25
|
And THEN I saw on another forum that I needed to re-run setup.asp. All set now, it seems.
Thanks everyone, and happy New Year! |
 |
|
akewlfish
Starting Member
USA
8 Posts |
Posted - 10 January 2010 : 08:12:10
|
Sometimes with GoDaddy you have to set the read and write permissions to those Access databases or whatever. That is not an easy thing to find on GoDaddy as they have to have one of the worse file managers I have ever dealt with. If you do find the section to set the read/write properties, bookmark the thing so you can find it again. |
 |
|
natescape
Starting Member
24 Posts |
Posted - 12 January 2010 : 17:45:09
|
Unfortunately, now users can't stay logged in. Any ideas? I log in, it says that I logged in successfully, and then I'm not logged in. Doesn't matter how many times in a row I do it. |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 13 January 2010 : 13:59:26
|
I would say it is a Server time issue. The date that the cookie is being issued is either after the date that the cookie thought that it was due to expire or the date the cookie is being issued is after the current date. This is what I have found in the past.
quote: Originally posted by natescape
Unfortunately, now users can't stay logged in. Any ideas? I log in, it says that I logged in successfully, and then I'm not logged in. Doesn't matter how many times in a row I do it.
I have also heard of how some people turn off their cookies, which means that Snitz will not work for them. Just a thought for both issues. 
I have been looking for some code I had that would show the server time, but can not find it. |
Cheers, David Greening |
 |
|
|
Topic  |
|