![]() |
If you know how to fix this, i would be greatful :D I have the following hacks: welcome panel, view pm's, remove location if no location is entered... i think thats all of em.. thanks in advance for the assistance.
=====the error====================== :stupid: Warning: Offset 0 is invalid for MySQL result index 25 in /home/rpgc/public_html/forums/admin/db_mysql.php on line 187 Warning: Offset 0 is invalid for MySQL result index 25 in /home/rpgc/public_html/forums/admin/db_mysql.php on line 187 here is the url of the error: http://www.rpgc.net/forums/showthread.php?threadid=12 |
hrm anyone seen this probleM?
|
First try to run repair.php from the extars folder in your vBulletin zip file.
If that doesn't help, open up db_mysql.php, and find this line: Code:
$this->record = mysql_fetch_array($this->query_id); Code:
$this->record = @mysql_fetch_array($this->query_id); |
heh i already reinstalled vb now but ty anyways :(
|
I get this same error too.. I tried both things, and neither fixed it.
Mine is of 5 lines at the top of the forums.. Seems to be in header. Warning: Offset 0 is invalid for MySQL result index 29 in /home/sites/site2/web/admin/db_mysql.php on line 187 LINK: http://forums.ffrepublic.com/showthr...=9899#post9899 |
It's these damn smilies...
In db_mysql.com replace: Code:
return mysql_data_seek($this->query_id, $pos); Code:
return @mysql_data_seek($this->query_id, $pos); |
Already tried that.
|
All times are GMT. The time now is 10:06 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|