The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Site down, need help and opinions...
My site is down today with a database error. I believe I'm running 3.8.x. Its a really old version. I also believe that my web host updated PHP recently and could be the cause of the problem.
My questions... What version should I update to and how do I go about finding someone trustworthy/reliable to do it for me? Its been quite a while since I hired help. Dan |
#2
|
||||
|
||||
I'd recommend vb 3.8.10 it supports the latest php, and doesn't include all the bloat vb4 and 5 have. as far as hiring someone, request in the paid section and go with someone who is recognized on here. and you believe can truly do it, paypal is the best method to provide payments, DO NOT GIFT THE PAYMENT! or its like you donated and it's harder to get your money back so keep all conversations.
pro tip to save some $ upload the files, run yoursite.com/install/upgrade.php |
#3
|
||||
|
||||
If you don't give us the database error it's impossible for us to help you fix the problem.
|
Благодарность от: | ||
Dr.CustUmz |
#4
|
|||
|
|||
e9coupe.com/forum/index.php
A friend told me he found this error on the source of the forum page. Not sure it helps... <!-- Database error in vBulletin : mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead /home/e9coupe/public_html/forum/includes/class_core.php on line 311 MySQL Error : Error Number : Request Date : Tuesday, May 10th 2016 @ 12:32:09 PM Error Date : Tuesday, May 10th 2016 @ 12:32:09 PM Script : http://e9coupe.com/forum/ Referrer : IP Address : 108.224.108.180 Username : Classname : vB_Database MySQL Version : --> which leads me to class_core.php . At line 311 it says this: $link = $this->functions[$usepconnect ? 'pconnect' : 'connect']("$servername:$port", $username, $password); which is a database connect. That?s failing right away. |
#5
|
||||
|
||||
Change your config.php file to use mysqli instead of mysql and see if that fixes the issue.
|
Благодарность от: | ||
Dr.CustUmz |
#6
|
||||
|
||||
yep, looks like the update borked your site. Upgrading to the latest 3.8.10 should sort in for you but I have not messed with 3 in years so not much I can offer to help you with it. Plenty of vb3 users here and I bet it's been covered here somewhere already..
found it I think.. http://www.vbulletin.com/forum/forum...ite-won-t-load Code:
includes/config.php Find: $config['Database']['dbtype'] = 'mysql'; Replace: $config['Database']['dbtype'] = 'mysqli'; |
Благодарность от: | ||
Dr.CustUmz |
#7
|
|||
|
|||
That didn't fix it. Does it take a little time for some reason?
|
#8
|
||||
|
||||
download the latest vb3 from members area 3.8.10 beta 1 and upload all them files and run the upgrade
|
#9
|
||||
|
||||
No, if that were the only issue the entire site would be viewable immediately after the file edit. There is more than simply that going on, as you suspected initially it's due to PHP and/or mysql version (not the difference between mysql/mysqli but the actual version # i.e. MySQL 5.5 etc).
Quote:
Reference: http://www.vbulletin.com/forum/forum...bulletin-3-8-9 Make sure you backup the site before doing anything, database and files (does not matter if site is down now, it can be restored using those files and database copy) so if anything goes wrong you have a current "pre-upgrade" version just in case. |
#10
|
||||
|
||||
+1 do that ^^
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|