The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Upgrading to 3.6 vBulletin error
Trying to upgrade from 3.6.0 to 3.6.5, I encountered the following error:
Quote:
|
#2
|
|||
|
|||
Check that the settings in your vB config file are correct.
|
#3
|
|||
|
|||
I originally thought that was the problem as well, but when I checked the config file, everything looked okay.
|
#4
|
|||
|
|||
Looks like you're barfing out in db_connect, specifically the line in bold...
Code:
do { $link = $this->functions[$usepconnect ? 'pconnect' : 'connect']("$servername:$port", $username, $password); } while ($link == false AND $this->reporterror); |
#5
|
|||
|
|||
I'm not sure how to fix this, as I'm relatively new to vBulletin and coding in general. What should I do to rectify this?
|
#6
|
|||
|
|||
Check that the vB database is up and running; verify that you have access to said database: recheck the vB config file for any typos.
|
#7
|
|||
|
|||
How can I check if the vB db is up and running? Sorry if I sound like so much of a noob, I kind of am when it comes to vBulletin. I've checked my config file several times; I really don't think I have a typo in there -- the variables match up with the ones from my previous working config file.
|
#8
|
|||
|
|||
Assuming your board is virgin, or you can shut off all hacks via define('DISABLE_HOOKS', true); in your vB config file, contact vBcom support at http://members.vbulletin.com/members...ontactform.php and they can help you with the upgrade.
|
#9
|
|||
|
|||
mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (46)
See: http://www.vbulletin.com/docs/html/cantconnect |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|