1
First off I want to say congrats - this forum module is head and shoulders above the old one. However, I seem to have a problem with SOME of my users, and brace yourself, it's an odd one!
First, it seems to vary from user to user (NOT username on site, but human to human). They cannot post or rarely can they post. The symptoms are USUALLY an error "Already Submitted" when they try to reply or post a new topic. Occaisionally, they get:
Quote:
An Error Occured
SELECT t.*, u.name, u.uname,u2.name as last_post_name, u2.uname as last_poster, p.post_time as last_post_time, p.poster_name as last_poster_name, p.icon, p.post_id FROM xoops_bb_topics t LEFT JOIN xoops_users u ON u.uid = t.topic_poster LEFT JOIN xoops_bb_posts p ON p.post_id = t.topic_last_post_id LEFT JOIN xoops_users u2 ON u2.uid = p.uid WHERE (p.post_time > 1095783589 OR t.topic_sticky=1) AND t.forum_id = AND t.approved = 1 AND p.approved = 1 ORDER BY t.topic_sticky DESC, p.post_time DESC
If the page does not automatically reload, please click here
Some of my users are reporting that it happens if they type longer messages, although the smarter of them have guessed it's not the length of the message, but the length of time between starting a new message and hitting 'submit'!
Other users are getting the normal 'Thanks for your submission' message but the message does NOT get posted!
I have backed up the database, run a complete repair (myisamchk) and started back up - no change.
I have turned on full MySQL logging, this is so verbose that although I can find the spots where users are successful (INSERT INTO xoops_bb_posts/xoops_bb_posts_text) I cannot see where they are unsuccessful except by their absence.
Help help help?!?!
Thank you,
Bassclef
P.S. These same users are all able to post comments on articles and pictures in MyAlbum etc etc - the problem only seems to appear in Forum)