vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Pre-Sales Questions (https://vborg.vbsupport.ru/forumdisplay.php?f=26)
-   -   db_mysql.php error (https://vborg.vbsupport.ru/showthread.php?t=45456)

sqeech 11-06-2002 01:48 PM

db_mysql.php error
 
If users want to registrate then they have this error:

Fatal error: Maximum execution time of 30 seconds exceeded in c:\www\board\admin\db_mysql.php on line 93

Line 93 is:
Quote:

$this->query_id = mysql_query($query_string,$this->link_id);
This is in the begin:
PHP Code:

<?php
error_reporting
(7);
// db class for mysql
// this class is used in all scripts
// do NOT fiddle unless you know what you are doing

class DB_Sql_vb {
  var 
$database "";

  var 
$link_id  0;
  var 
$query_id 0;
  var 
$record   = array();

  var 
$errdesc    "";
  var 
$errno   0;
  var 
$reporterror 1;

  var 
$server   "localhost";
  var 
$user     "root";
  var 
$password "";

  var 
$appname  "vBulletin";
  var 
$appshortname "vBulletin (cp)";

  function 
connect() {
    global 
$usepconnect;

Must i need to fill in that in db_mysqld.php?
Or what can i do to fix the error?

Thanks

NTLDR 11-06-2002 02:54 PM

Once you have bought a license, please go to this page and enter your username, to show you are licensed so you can download hacks and receive support here. (you will need to use your customer number and password to access that page) and then post this querstion in the correct forum.

Erwin 11-06-2002 06:42 PM

Do as NTLDR says, and you can receive support. :)


All times are GMT. The time now is 06:18 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.01996 seconds
  • Memory Usage 1,722KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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