Fetch array problem...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Sanehouse
Forum Newbie
Posts: 1
Joined: Sat May 12, 2007 3:55 am

Fetch array problem...

Post by Sanehouse »

Hello there! I just set up a forum on my website a few hours ago. It works well for the most part, but whenever somebody starts a new topic or replies to a topic, this appears at the top of the page:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/unitedfl/public_html/forums/acp/lib/class_db_mysql.php on line 71
It appears once for every reply in the thread (for example, one thread has 12 posts in it, so it lists that error 12 times at the top of the page). The error remains there every time you visit that page. It's not just when creating new threads or posting new replies.

The forum is a wBB Lite v1.0.2.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Post the code please.
Post Reply