Page 1 of 1

(fixed) Knowlegebase Article

PostPosted: Thu Nov 01, 2007 10:54 am
Author: Melina
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://werekitty.com/ShatteredIllusions/Forum

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

This warning is posted in my knowledgebase when I look at an atricle. I even see the error here on this website when looking at an article. Is there no way to fix it?
[code]Warning]

Re: Knowlegebase Article

PostPosted: Thu Nov 01, 2007 4:06 pm
Author: Helter
can you post the url to the page here giving the error? I cannot duplicate/find it

Re: Knowlegebase Article

PostPosted: Thu Nov 01, 2007 4:46 pm
Author: Melina
[flash=,:3hshwwg3]http://werekitty.com/ShatteredIllusions/Images/error1.GIF[/flash:3hshwwg3]
were i see it on your site
[flash=,:3hshwwg3]http://werekitty.com/ShatteredIllusions/Images/error2.GIF[/flash:3hshwwg3]
a place i see it on mine

Re: Knowlegebase Article

PostPosted: Thu Nov 01, 2007 8:26 pm
Author: CaNNon
I see it to Helter but it still works except
Code: Select all
span class="cattitle">Page 1</span>

Re: Knowlegebase Article

PostPosted: Sun Nov 04, 2007 7:50 am
Author: Melina
so what do i need to do to get rid of it?

Re: Knowlegebase Article

PostPosted: Sun Nov 04, 2007 1:30 pm
Author: Helter
open root/db/mysql4.php

find both instances of

Code: Select all
mysql_fetch_array


replace with

Code: Select all
@mysql_fetch_array


find

Code: Select all
mysql_num_rows


replace with

Code: Select all
@mysql_num_rows

Re: Knowlegebase Article

PostPosted: Sun Nov 04, 2007 1:33 pm
Author: Melina
Thank you.

Re: Knowlegebase Article

PostPosted: Sun Nov 04, 2007 1:36 pm
Author: Helter
no problem. All this does it say "While doing "x within y" Otherwise, it's dead due to missing result value.