|
| Author |
Message |
Truestar
Moderator
Joined: 10 Sep 2005
Posts: 807
Location: New York, United States
|
Posted: 10/24/2005, 7:03 pm Post subject: Forum Tour [Important] |
|
|
I hate to be a nag, but my server my forums being hosted on, could shut down any minute. I need to backup my database, but a recent MOD problem has created a set back. I really need help, and as fast as I can get it.
Hello, I recently tried installing the forum tour MOD, I believe I have a problem.
| Code: |
Could not query forums information
DEBUG MODE
SQL Error : 1146 Table 'truesta_truestarphp.POSTS_TABLE' doesn't exist
SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, u.user_level FROM (( forum2_forums f LEFT JOIN POSTS_TABLE p ON p.post_id = f.forum_last_post_id ) LEFT JOIN forum2_users u ON u.user_id = p.poster_id ) ORDER BY f.cat_id, f.forum_order
Line : 167
File : index.php |
Does anybody see anything wrong?
This is an error I recieve while trying to view the index. It has screwed up my statistics, as well as my Admin panel. Thus, I can't back it up. Please help, I hate to rush, but it's needed.
PM me if you need any further information. _________________ Truestar
Xbox Live: xTruestarx
Visit phpBBhacks.com for your phpBB templates, graphics, and modifications
Visit ManagingCommunities.com for tips on running a forum. Get advice from site management to the politics of running a forum. |
|
| Back to top |
|
 |
Truestar
Moderator
Joined: 10 Sep 2005
Posts: 807
Location: New York, United States
|
Posted: 1/29/2006, 10:05 pm Post subject: |
|
|
I apologise for the double post, but my hosts server is back up again, so I'd like to look into the problem again.
The url is:
http://socialstudies.truestarforums.com/forum
Thanks,
Truestar _________________ Truestar
Xbox Live: xTruestarx
Visit phpBBhacks.com for your phpBB templates, graphics, and modifications
Visit ManagingCommunities.com for tips on running a forum. Get advice from site management to the politics of running a forum. |
|
| Back to top |
|
 |
Ex0dus
Joined: 26 Sep 2005
Posts: 235
Location: Zarasu, Lithuania
|
Posted: 1/30/2006, 7:01 pm Post subject: |
|
|
seems down to me, anyway, if that mod requires edits to anything in the includes directory (specifically constants.php) then make sure it it edited properly.
Also make sure that you have run the sql, other than that I dont know what else it can be.
-Ex0dus |
|
| Back to top |
|
 |
chrispian
Joined: 31 Aug 2005
Posts: 132
|
Posted: 1/31/2006, 10:52 am Post subject: |
|
|
The error is saying that the table doesn't exist, which either means it can't connect to the table (configuration problem) or it doesn't exist. Double check for typo's and make sure the install for the mod actually created the table. Use phpmyadmin or something to confirm that the table exists. _________________ Chrispian H. Burks
451 Press |
|
| Back to top |
|
 |
|