The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Issue when I try to save group images to a group album
I get this error in my error log when I try to save any images inside a group album:
Code:
[04-Sep-2019 02:30:28 UTC] PHP Fatal error: syntax error, unexpected ''<br /> ' (T_ENCAPSED_AND_WHITESPACE) on line 1 in /home/xxx/public_html/xxx/demos/vb4/includes/class_core.php(4684) : eval()'d code in /home/xxx/public_html/xxx/demos/vb4/vb/vb.php on line 286 Code:
/*ErrorHandling=================================================================*/ /** * Catches any uncaught exceptions. * * @param Exception $exception */ public static function handleException($exception) { if (!$code = $exception->getCode()) { $code = E_USER_ERROR; } echo($exception->getMessage() . ' on line ' . $exception->getLine() . ' in ' . $exception->getFile() . "<br />\n" . nl2br($exception->getTraceAsString()) . '<br /><br />'); // TODO: Our own error output, with the exception's message and stack trace trigger_error($exception->getMessage() . ' on line ' . $exception->getLine() . ' in ' . $exception->getFile() . "\n", $code); } } I'm running PHP 7.1.32 (was wondering if maybe this was my problem...) MySQL 5.0.12 On another note I also cannot save a certain templates or try to visit certain areas on the forum I get: Code:
Not Acceptable! An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|