The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
PHP Warning After Move To New Host
I'm getting the following warning after moving my websites to a new host when I try to save a template after editing it. The old host was running PHP 5.6, the new one is running PHP 7.2.12.
Code:
PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in ..../includes/class_core.php on line 4224 Code:
// only called when an object is destroyed, so $this is appropriate public function shutdown() { if (sizeof($this->callbacks)) { foreach ($this->callbacks AS $callback) { call_user_func($callback); } unset($this->callbacks); } } public function __wakeup() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|