Gecka Submenu uses call-time pass-by-reference, which throws fatal errors
-
Call-time pass-by-reference has been deprecated since PHP 5.3, and has been removed from PHP 5.4. In other words, this plug-in throws fatal errors in several places when used with PHP >= 5.4.
The fix is rather simple: remove the leading ampersands (“&”) from the function calls (not the definitions).
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Gecka Submenu uses call-time pass-by-reference, which throws fatal errors’ is closed to new replies.