![]() |
intalling error
1 Attachment(s)
<HTML>
<HEAD> <TITLE>500 Internal Server Error</TITLE> <BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]--> </HEAD><BODY> <H1>Internal Server Error</H1> The server encountered an internal error or misconfiguration and was unable to complete your request.<P> Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.<P> More information about this error may be available in the server error log.<P> <HR> <ADDRESS> Web Server at xxxxxxxx </ADDRESS> </BODY> </HTML> <!-- - Unfortunately, Microsoft has added a clever new - "feature" to Internet Explorer. If the text of - an error's message is "too small", specifically - less than 512 bytes, Internet Explorer returns - its own error message. You can turn that off, - but it's pretty tricky to find switch called - "smart error messages". That means, of course, - that short error messages are censored by default. - IIS always returns error messages that are long - enough to make Internet Explorer happy. The - workaround is pretty simple: pad the error - message with a big comment like this to push it - over the five hundred and twelve bytes minimum. - Of course, that's exactly what you're reading - right now. error log in a zip file if it helps |
what version of IIS? What DB software?
|
Quote:
|
Quote:
What Database software are you using? Based on the error, there might be an issue with your IIS configuration. |
Quote:
Host: localhost:3306 (MySQL) if that is what you require |
Quote:
|
<!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, me@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> |
ok so you are running Apache not IIS.
Make sure the file permissions are all correct. File should be 644 and folders 755 |
same error as before
--------------- Added [DATE]1475151027[/DATE] at [TIME]1475151027[/TIME] --------------- Database error in vBulletin : Invalid SQL: SELECT * FROM setting; MySQL Error : Table 'my database.setting' doesn't exist Error Number : 1146 Request Date : Thursday, September 29th 2016 @ 02:20:09 PM Error Date : Thursday, September 29th 2016 @ 02:20:09 PM Script : http:/// Referrer : http://uptime.commy web site.com IP Address : 45.79.95.64 Username : Classname : vB_Database_MySQLi MySQL Version : |
It looks like you are using table prefix in the database. Make sure that $config['Database']['tableprefix'] is correctly set in core config.php.
|
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'] = ''; |
Quote:
Code:
$config['Database']['tableprefix'] = 'my database'; |
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 |
You do not enter "my database" into that line... you enter what *your* database prefix is. He was giving an example.
|
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 |
Quote:
So if your table is my_event then your prefix is my_ |
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.
|
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> |
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?
|
day 5 and still getting no where at all same errors all the time never had this with vb4
|
Lynne has a question in post #19 but you haven't responded to it.
|
All times are GMT. The time now is 08:06 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|