vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   errors with bbs (https://vborg.vbsupport.ru/showthread.php?t=32758)

nafae 11-27-2001 06:40 PM

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

nafae 11-27-2001 07:07 PM

hrm anyone seen this probleM?

Admin 11-28-2001 10:10 AM

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);
And replace it with this:
Code:

$this->record = @mysql_fetch_array($this->query_id);
This should help...

nafae 11-28-2001 05:55 PM

heh i already reinstalled vb now but ty anyways :(

afterlab 12-31-2001 05:56 AM

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

Admin 12-31-2001 12:23 PM

It's these damn smilies...
In db_mysql.com replace:
Code:

    return mysql_data_seek($this->query_id, $pos);
with:
Code:

    return @mysql_data_seek($this->query_id, $pos);

afterlab 12-31-2001 07:15 PM

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
  • Page Generation 0.00996 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete