PDA

View Full Version : db_mysql.php error


sqeech
11-06-2002, 01:48 PM
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: $this->query_id = mysql_query($query_string,$this->link_id);

This is in the begin: <?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 (http://www.vbulletin.com/members/vbulletin.org.php) 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. :)