Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Forum down.. :(

Asked Modified Viewed 1,513 times
T
Trade Mad
T
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Junior Member

My site's forum is not working...
Any new messages can't be written to "fusion_posts" table..
So non of new posts can be seen :|

I have restored database but it's down again and again..
(when i restored it to 1 day ago; after 1 day it's down again.)

We can open new thread, but only the subject can be seen, the number of posts will be -1. :|
Edited by Trade Mad on 25-09-2006 11:02,
0 replies

2 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Run this through custom pages

<?php
$sql = dbquery("ALTER TABLE ".$db_prefix."posts CHANGE post_id post_id INT(8) UNSIGNED DEFAULT NULL AUTO_INCREMENT");
echo "Post limit increased";
?>
0 replies
T
Trade Mad
T
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

It works... Thanks a lot... (:
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet