Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
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)
Offline
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:
$use_c_avatars
On the next line, replace it with this:
$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