The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
If you know how to fix this, i would be greatful
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
hrm anyone seen this probleM?
|
|
#3
|
||||
|
||||
|
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); |
|
#4
|
||||
|
||||
|
heh i already reinstalled vb now but ty anyways
|
|
#5
|
||||
|
||||
|
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 |
|
#6
|
||||
|
||||
|
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); |
|
#7
|
||||
|
||||
|
Already tried that.
|
![]() |
|
|