Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Fatal Error in AdSense Plugin
brujah
✭
Fatal Error in AdSensePlugin.DiscussionController_AfterCommentBody_Handler();
Undefined variable: Controller
The error occurred on or near: /var/www/forums/plugins/AdSense/default.php
line:42
$Type = strtolower($RawType = $Controller->EventArguments['Type']);
Fatal error: Allowed memory size of 156237824 bytes exhausted (tried to allocate 16 bytes) in /var/www/forums/library/core/functions.error.php on line 349
Undefined variable: Controller
The error occurred on or near: /var/www/forums/plugins/AdSense/default.php
line:42
$Type = strtolower($RawType = $Controller->EventArguments['Type']);
Fatal error: Allowed memory size of 156237824 bytes exhausted (tried to allocate 16 bytes) in /var/www/forums/library/core/functions.error.php on line 349
0
Comments
$Type = strtolower($RawType = $Controller->EventArguments['Type']);
changed to:
$Type = strtolower($RawType = $Sender->EventArguments['Type']);