Hey, cool goodie!
[high]* Hellcat runns off to install and test

[/high]
[EDIT]
Installed.
But now I'm getting this:
Quote:
Originally Posted by my webserver
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in \htdocs\vb35\newthread.php(68) : eval()'d code on line 14
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in \htdocs\vb35\includes\functions_mh_pbp.php on line 107
|
Besides that it's working....
[Edit #2]
This seems to fix it:
Remove the "&" from the first parameter in all calls to
mh_pbp_modify_template() in the plugins and the PHP file.
That removed the warnings for me and everything still worked fine.