The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
no idea where i going wrong or what i need to do i need it explained in baby english lol
this is how it reads // ****** TABLE PREFIX ****** // Prefix that your vBulletin tables have in the database. $config['Database']['tableprefix'] = ''; |
#12
|
||||
|
||||
Quote:
Code:
$config['Database']['tableprefix'] = 'my database'; |
#13
|
|||
|
|||
An error has occurred with your database. Please contact vBulletin Support for assistance.
Module: install, Step 2 Database Error:1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'databaseaccess ( userid INT UNSIGNED NOT NULL DEFAULT '0', nodeid SMALLINT UNS' at line 3 Query: CREATE TABLE my databaseaccess ( userid INT UNSIGNED NOT NULL DEFAULT '0', nodeid SMALLINT UNSIGNED NOT NULL DEFAULT '0', accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY userid (userid, nodeid) ) ENGINE = InnoDB |
#15
|
|||
|
|||
You do not enter "my database" into that line... you enter what *your* database prefix is. He was giving an example.
so *your* do you mean the actual database name or something else sorry for being thick but last time they set it up for me |
#16
|
||||
|
||||
Quote:
So if your table is my_event then your prefix is my_ |
#17
|
||||
|
||||
Just specify 'vb_' or something as long as it doesn't have a space. This will be prepended in your database table names. For example, node table will become vb_node.
|
#18
|
|||
|
|||
back to this error
Unexpected Text: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, myemail@gmail.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache Server at www.let-the-fun-times-start.com Port 80</address> </body></html> |
#19
|
||||
|
||||
Normally, the first table in your database should be called "access". However, if you are using a prefix, as an example a prefix of "vb_", then the first table would be called "vb_access". So, what is the name of the first table in your vbulleitn database?
|
#20
|
|||
|
|||
day 5 and still getting no where at all same errors all the time never had this with vb4
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|