The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Possible Serious PHP Error?
I'm getting this error whenever I try to refresh in the CMS or when I click on various links in the CMS sidebar menu.
1. I'm using the built in vBulletin sidebar CMS menu, recent posts & threads widgets in the CMS for testing purposes. 2. I'm using vB 4.2.5 Suite. 3. Running PHP version 7.1.32 4. Using MySQL 5.0.12 (MySQLi) 5. Its a fresh install and I'm using the default style. 6. There are plugins & mods installed. I disabled them globally and tried again and still get the same error. So I do not believe that its a mod that I've installed. 7. I also have an issue with the Mod_Security at times in various places on the site. Code:
Not Acceptable! An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security. Code:
Call to undefined function fetch_phrase_group() on line 196 in /home/xxxxx/public_html/xxxxx/packages/vbcms/widget/activitystream.php #0 /home/xxxxx/public_html/xxxxx/packages/vbcms/widget/activitystream.php(172): vBCms_Widget_ActivityStream->getStream() #1 /home/xxxxx/public_html/xxxxx/packages/vbcms/controller/content.php(237): vBCms_Widget_ActivityStream->getPageView() #2 /home/xxxxx/public_html/xxxxx/vb/controller.php(261): vBCms_Controller_Content->actionView() #3 /home/xxxxx/public_html/xxxxx/packages/vbcms/route/content.php(97): vB_Controller->getResponse() #4 /home/xxxxx/public_html/xxxxx/vb/router.php(251): vBCms_Route_Content->getResponse() #5 /home/xxxxx/public_html/xxxxx/vb/bootstrap.php(58): vB_Router::getResponse() #6 /home/xxxxx/public_html/xxxxx/content.php(30): require_once('/home/xxxxx...') #7 {main} Line 196ish activitystream.php: Code:
/* * Fetch the stream data! */ private function getStream() { global $vbphrase; fetch_phrase_group('activitystream'); $activity = new vB_ActivityStream_View_Block($vbphrase); return $activity->process($this->config); } /** * Gets a cache key - each user has a cache due to complicated permissions * * @param boolean $widgetid - Added for PHP 5.4 strict standards compliance * @param boolean $nodeid - Added for PHP 5.4 strict standards compliance * * @return string */ |
#2
|
||||
|
||||
4.2.5 requires SQL 5.5.8 or newer.
|
#3
|
||||
|
||||
Checking with the host right now. They said it was 5.6.3, but that is not what it shows in the phpinfo. *SIGH*
--------------- Added [DATE]1569472512[/DATE] at [TIME]1569472512[/TIME] --------------- Took the PHP back to 5.6 and it seems to be working fine now. Thanks for the help. |
#4
|
|||
|
|||
Uninstall the binary for mysql-server, it must of not uninstalled & updated correctly, this is why the binary shows the wrong version.
If you ran an yum update on an rpm based system, it would of spit out an error on the update & stated it didnt install the new version of mysql-server |
#5
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|