FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Empty forums
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
icon9.gif  Empty forums [message #26145] Wed, 06 July 2005 17:35 Go to next message
djechelon is currently offline  djechelon   Italy
Messages: 46
Registered: July 2005
Karma: 0
Member
Hi,
I have installed the lastest version of FUDforum on my webserver. All directories are CHMODded to 0777 and I have all SQL privileges for the account I'm using.
I simply write a message in a Forum I created but it doesn't list in the forum. But if you go to the main page you find "last message by" etc.

Here are two screenshots.
You wont' be able to access my forum because its server is in a private ISP network.

Here is server configuration:
SUSE LINUX 9.3
Apache 2.0.53
PHP 4.3.11
MySQL 4.1

I'm trying to delete everything and install an older version of FUDForum. Let's see what we get...
  • Attachment: fud1.jpg
    (Size: 65.66KB, Downloaded 945 times)
  • Attachment: fud2.jpg
    (Size: 184.17KB, Downloaded 870 times)
Re: Empty forums [message #26146 is a reply to message #26145] Wed, 06 July 2005 17:39 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
What latest version, 2.6.14RC2?

Have you tried running the consistency checker?


FUDforum Core Developer
Re: Empty forums [message #26147 is a reply to message #26146] Wed, 06 July 2005 17:46 Go to previous messageGo to next message
djechelon is currently offline  djechelon   Italy
Messages: 46
Registered: July 2005
Karma: 0
Member
Version 2.6.13

I ran more than once the consistency checker.
Here is the output:

Quote:

Disabling the forum for the duration of maintenance run
Locking the database for checking
Locked!
Validating category order
Done: Validating category order
Checking if moderator and users table match
OK
Rebuilding moderators
Done: Rebuilding moderators
Checking if all private messages have users
OK
Checking messages against users & threads
OK
Checking threads against forums
OK
Checking message approvals
Done: Checking message approvals
Checking threads against messages
OK
Checking thread last & first post ids
Done: Checking thread last & first post ids
Checking forum & topic relations
Done: Checking forum & topic relations
Validating Forum Order
Done: Validating Forum Order
Checking for presence of forum lock tables
Done: Checking for presence of forum lock tables
Checking thread_exchange
OK
Checking read table against users & threads
OK
Checking file attachments against messages
OK
Rebuild attachment cache for regular messages
Done: Rebuild attachment cache for regular messages
Rebuild attachment cache for private messages
Done: Rebuild attachment cache for private messages
Checking message reports
OK
Checking polls against messages
OK
Checking polls options against polls
OK
Checking polls votes
OK
Rebuilding poll cache
Done: Rebuilding poll cache
Validating poll activation
Done: Validating poll activation
Checking smilies against disk files
OK
Checking disk files against smilies
OK
Rebuild Smiley Cache
Checking topic notification
OK
Checking forum notification
OK
Checking topic votes against topics
OK
Rebuild topic rating cache
Done: Rebuild topic rating cache
Rebuilding Topic Views
Done: Rebuilding Topic Views
Rebuilding user ranks, message counts & last post ids
Done: Rebuilding user levels, message counts & last post ids
Checking buddy list entries
OK
Checking ignore list entries
OK
Rebuilding buddy list cache
Done: Rebuilding buddy list cache
Rebuilding ignore list cache
Done: Rebuilding ignore list cache
Rebuilding ip filter cache
Done: Rebuilding ip filter cache
Rebuilding login filter cache
Done: Rebuilding login filter cache
Rebuilding email filter cache
Done: Rebuilding email filter cache
Rebuilding extension filter cache
Done: Rebuilding extension filter cache
Rebuilding custom tags for users
Done Rebuilding custom tags for users
Validating group resources
OK
Done: Validating group resources
Validating group validity
OK
OK
Done: Validating group validity
Validating group members
OK
Done: Validating group members
Validating group/forum relations
Done: Validating group/forum relations
Validating group/forum names
Done: Validating group/forum names (fixed: 0 relations)
Validating group/primary user relations
Done: Validating group/primary user relations
Rebuilding group leader cache
Done: Rebuilding group leader cache
Rebuilding group cache
Done: Rebuilding group cache
Validating User/Theme Relations
Done: Validating User/Theme Relations
Rebuilding Forum/Category order cache
Done: Rebuilding Forum/Category order cache
Remove absolete entries inside sessions table
Done: Removing absolete entries inside sessions table
Unlocking database
Database unlocked
Cleaning forum's tmp directory
Done: Cleaning forum's tmp directory
Validate GLOBALS.php
Done: Validate GLOBALS.php
Re-enabling the forum.
DONE



I still get the same problem.
Re: Empty forums [message #26148 is a reply to message #26147] Wed, 06 July 2005 17:51 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
If you make additional messages inside that forum they still do not appear?

What is table type of the MySQL tables created are they MyISAM or InnoDB?


FUDforum Core Developer
Re: Empty forums [message #26149 is a reply to message #26148] Wed, 06 July 2005 17:54 Go to previous messageGo to next message
djechelon is currently offline  djechelon   Italy
Messages: 46
Registered: July 2005
Karma: 0
Member
I tried to post several new topics on different forums but still they do not show...
All tables are MyISAM
Re: Empty forums [message #26151 is a reply to message #26149] Wed, 06 July 2005 18:06 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Intresting, I am completely unable to replicate this problem. What version of MySQL 4.1 are you using in particular?

FUDforum Core Developer
Re: Empty forums [message #26152 is a reply to message #26151] Wed, 06 July 2005 18:08 Go to previous messageGo to next message
djechelon is currently offline  djechelon   Italy
Messages: 46
Registered: July 2005
Karma: 0
Member
Damn I thought I was using 4.1 but phpMyAdmin shows
MySQL 5.0.4-beta-standard

Probabily I upgraded MySQL within Yast Online Update and forgot...
Re: Empty forums [message #26153 is a reply to message #26152] Wed, 06 July 2005 18:15 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
I have not tested the forum against MySQL, it being beta software.

I suspect MySQL broke backwards compatibility in the funcitonality used to generate the forum topic view and that's what is causing the problem.

If you want to debug the issue, look inside the code found inside th_adm.inc.t in the src/ directory.


FUDforum Core Developer
Re: Empty forums [message #26154 is a reply to message #26153] Wed, 06 July 2005 18:16 Go to previous messageGo to next message
djechelon is currently offline  djechelon   Italy
Messages: 46
Registered: July 2005
Karma: 0
Member
I prefer downgrading to MysQL 4.1.
Thanks.
Re: Empty forums [message #26157 is a reply to message #26154] Wed, 06 July 2005 19:12 Go to previous messageGo to next message
djechelon is currently offline  djechelon   Italy
Messages: 46
Registered: July 2005
Karma: 0
Member
Downgrading to 4.1 works!
So we should debug 5.0 someday...
Re: Empty forums [message #26159 is a reply to message #26157] Wed, 06 July 2005 19:33 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Once 5.0 comes out as a stable release I'll look into if there is still a problem, right now adding workarounds for something that maybe fixed at a later point seems like a waste of time.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Smiley list does not wrap at the end of the line
Next Topic: Bug in RDF access in 1.6.14RC2
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Jun 26 05:34:34 GMT 2024

Total time taken to generate the page: 0.02235 seconds