View previous topic :: View next topic |
Author |
Message |
_stella
Joined: 19 Jun 2004 Posts: 1
|
Posted: Sat Jun 19, 2004 3:59 am Post subject: Warning: mysql_fetch_object(): supplied argument is not a va |
|
|
I have been using b2 for a bit now, and it was working perfectly fine until a couple of minutes ago. The b2 url is http://catchmybreath.org/b2 and that's where I suddenly got this error:
Code: |
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/catch/public_html/b2/index.php on line 28
|
The code in question on line 28 is
Code: |
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
|
I've tried to use some solutions like the ones found at this thread: http://www.cafelog.com/board/viewtopic.php?t=1211 but it didn't work. Someone help me out please? How come these things keep on popping up? |
|
Back to top |
|
 |
calz
Joined: 29 Jun 2004 Posts: 1
|
Posted: Tue Jun 29, 2004 7:16 pm Post subject: |
|
|
I'm having the same problem, except on line 10. Here's line 10:
Quote: | <!-- // b2 loop start -->
<?php while($row == mysql_fetch_object($result)) { start_b2(); ?> |
One of those two lines. I can't count today. >< |
|
Back to top |
|
 |
|