The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Database error question
Hi - I have the VB 3.8.3
I only use it to post research. Not for posting by the public. Everything was fine until on the same VPS the PHP was compiled and curl was activated for another of my domains on a separate cPanel. Then there were some detractable errors. They said, " I tried creating a new database and user and restored the database with the old one but still the base error exists." "I have checked the mysql log but was not able to find any errors regarding the database. Could you please check the error with your developer and let me know if there is anything that needs to be done from our side." Starting MySQL. ERROR! Manager of pid-file quit without updating file. Log Messages 170209 9:30:52 [Note] /usr/sbin/mysqld: ready for connections. 170209 9:20:11 [Note] /usr/sbin/mysqld: Shutdown complete 170209 9:20:09 [Note] /usr/sbin/mysqld: Normal shutdown 160218 0:40:13 [Note] /usr/sbin/mysqld: ready for connections. 160217 22:48:45 [Note] /usr/sbin/mysqld: Shutdown complete 160217 22:48:37 [Note] /usr/sbin/mysqld: Normal shutdown 150723 22:29:59 [Note] /usr/sbin/mysqld: ready for connections. 150723 22:17:45 [Note] /usr/sbin/mysqld: Shutdown complete 150723 22:17:44 [Note] /usr/sbin/mysqld: Normal shutdown 150624 23:24:30 [Note] /usr/sbin/mysqld: ready for connections. 150624 22:59:46 [Note] /usr/sbin/mysqld: Shutdown complete 150624 22:59:45 [Note] /usr/sbin/mysqld: Normal shutdown 150622 23:07:14 [Note] /usr/sbin/mysqld: ready for connections. 150622 22:12:08 [Note] /usr/sbin/mysqld: Shutdown complete 150622 22:12:02 [Note] /usr/sbin/mysqld: Normal shutdown 150324 5:11:05 [Note] /usr/sbin/mysqld: ready for connections. 150324 5:11:05 [Note] /usr/sbin/mysqld: Shutdown complete 150324 5:11:04 [Note] /usr/sbin/mysqld: Normal shutdown 150225 5:13:23 [Note] /usr/sbin/mysqld: ready for connections. 150225 5:13:22 [Note] /usr/sbin/mysqld: Shutdown complete 150225 5:13:22 [Note] /usr/sbin/mysqld: Normal shutdown 150128 13:02:41 [Note] /usr/sbin/mysqld: ready for connections. 150128 13:02:37 [Note] /usr/sbin/mysqld: Shutdown complete 150128 13:02:31 [Note] /usr/sbin/mysqld: Normal shutdown 141230 14:29:12 [Note] /usr/sbin/mysqld: ready for connections. 141218 3:10:32 [Note] /usr/sbin/mysqld: ready for connections. 141218 2:44:19 [Note] /usr/sbin/mysqld: Shutdown complete 141218 2:44:16 [Note] /usr/sbin/mysqld: Normal shutdown 141212 4:54:39 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 1046544 bytes) 141209 18:19:36 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 1046544 bytes) 140818 5:06:37 [Note] /usr/sbin/mysqld: ready for connections. 140818 5:06:36 [Note] /usr/sbin/mysqld: Shutdown complete 140818 5:06:36 [Note] /usr/sbin/mysqld: Normal shutdown 140818 5:06:30 [Note] /usr/sbin/mysqld: ready for connections. 140818 5:06:19 [Note] /usr/sbin/mysqld: Shutdown complete 140818 5:06:15 [Note] /usr/sbin/mysqld: Normal shutdown 140721 19:50:05 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 559240 bytes) 140721 19:50:05 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 559240 bytes) 140721 19:49:59 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 1046544 bytes) 140721 19:49:59 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 671088 bytes) 140721 19:49:59 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 559240 bytes) 140721 19:49:41 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 671088 bytes) 140721 19:49:41 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 559240 bytes) 140721 19:49:41 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 671088 bytes) 140721 19:49:41 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 559240 bytes) 140721 19:49:41 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 671088 bytes) 140721 19:49:41 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 559240 bytes) 140721 19:49:41 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 559240 bytes) 140721 19:49:35 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 1046544 bytes) 140721 19:49:21 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 559240 bytes) 140721 19:49:21 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 1046544 bytes) 140721 19:49:21 [ERROR] /usr/sbin/mysqld: Out of memory (Needed 1046544 bytes) 140709 21:42:17 [Note] /usr/sbin/mysqld: ready for connections. Any ideas for a fix would be appreciated. Thanks! |
#2
|
||||
|
||||
What version of PHP and MySQL are on the server?
|
#3
|
|||
|
|||
Hi - More info:
mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead /home/wartornnations/public_html/forum/includes/class_core.php on line 311 It is throwing that error because mysql_connect extension is deprecated (http://php.net/manual/en/function.mysql-connect.php) for PHP versions 5.5 and above. The current PHP version in the server is 5.6 == mysql Ver 14.12 Distrib 5.0.96, for pc-linux-gnu (i686) using readline 5.1 [root@server ~]# php -v PHP 5.6.30 (cli) (built: Feb 5 2017 14:12:16) Copyright (c) 1997-2016 The PHP Group == You will have to contact your developer and use mysqli or PDO instead to get this fixed. Is there somewhere where I can just add the "i" and it should be good? Thanks for your help --------------- Added [DATE]1486700328[/DATE] at [TIME]1486700328[/TIME] --------------- This is line 301 to 315. Should I go to line 311 and edit something? I don't see anywhere to add an "i". This is in file class_core.php function db_connect($servername, $port, $username, $password, $usepconnect, $configfile = '', $charset = '') { if (function_exists('catch_db_error')) { set_error_handler('catch_db_error'); } // catch_db_error will handle exiting, no infinite loop here do { $link = $this->functions[$usepconnect ? 'pconnect' : 'connect']("$servername:$port", $username, $password); } while ($link == false AND $this->reporterror); restore_error_handler(); --------------- Added [DATE]1486702204[/DATE] at [TIME]1486702204[/TIME] --------------- Right now I am seeing if we downgrade to 5.4 php if that will help. --------------- Added [DATE]1486704441[/DATE] at [TIME]1486704441[/TIME] --------------- So I got it to work by downgrading to 5.4 php. Thanks for any future help. |
Благодарность от: | ||
Lynne |
#5
|
|||
|
|||
Quote:
in includes and then config.php it only says - <?php /*================================================= =====================*\ || ################################################## ################## || || # vBulletin 3.8.3 || # ---------------------------------------------------------------- # || || # All PHP code in this file is There must be another file with same name if I wanted to make this change in the future. Thanks for the info. |
#6
|
||||
|
||||
Change the red text to mysqli in includes/config.php
Code:
<?php /*======================================================================*\ || #################################################################### || || # vBulletin 3.8.9 Patch Level 1 || # ---------------------------------------------------------------- # || || # All PHP code in this file is ?2000-2017 vBulletin Solutions, Inc. # || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ /*-------------------------------------------------------*\ | ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** | +---------------------------------------------------------+ | If you get any errors while attempting to connect to | | MySQL, you will need to email your webhost because we | | cannot tell you the correct values for the variables | | in this file. | \*-------------------------------------------------------*/ // ****** DATABASE TYPE ****** // This is the type of the database server on which your vBulletin database will be located. // Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+ // for slave options just append _slave to your preferred database type. $config['Database']['dbtype'] = 'mysql'; |
2 благодарности(ей) от: | ||
COOLORANGEFREEZ, TheLastSuperman |
#7
|
|||
|
|||
Thank you for your help. Appreciated!
|
Благодарность от: | ||
TheLastSuperman |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|