NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 03-31-2006 16:27:23

~*Eevee1*~
Member

Guest Posting Problems

Version: 5.5.6
(The fix to this is probably in 5.5.7...but I don't know which link includes that version...)
URL: http://sroekakia.com/oekaki

When guests post, they recieve this error above every post:

Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 101 in /home/sroekak/public_html/oekaki/index.php on line 438

I figured it would fix itself, but now it's getting annoying since a few members refuse to login and keep guest posting. ^^;
(Couldn't find any other topics about this. D= I searched!)

Last edited by ~*Eevee1*~ (03-31-2006 16:43:23)


Owner of the Suta-Raito Oekakis:
Sutaro Sketcher
SR Oekaki
SRO is the merged form of SRON and SROA, with new templates and funnn contests <3

Offline

#2 04-01-2006 08:05:23

Waccoon
Administrator

Re: Guest Posting Problems

The 5.5.7 patch fixes this.  Since the header and footer are the same, it shouldn't interfere with your mods.

To patch it manually, though, search index.php for this phrase:

Code:

$use_c_avatars

On the next line, replace it with this:

Code:

$ava_sql = mysql_query ("SELECT avatar FROM {$OekakiPoteto_MemberPrefix}oekaki WHERE usrname='{$innerrow['usrname']}'");

...the problem is that I used "outerrow" instead of "innerrow".  There's two of these lines in the index, so make sure you edit the one after $use_c_avatars.  That's the one that gets the avatar for comments that follow the artist's comment.

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB