The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Fatal error: Cannot pass parameter 1 by reference
I'm getting this error:
Fatal error: Cannot pass parameter 1 by reference in /***file path removed***/includes/class_postbit.php(294) : eval()'d code on line 33 Line 33 in class_postbit.php is blank. the few lines around it are: Code:
* Bitfield value which determines whether a user's reputation power should be displayed with their post. */ define('POST_SHOW_REPPOWER', 2); /** * Bitfield value which determined whether a user sees another user' infractions */ define('POST_SHOW_INFRACTION', 4); I added a plugin to postbit_display_compelete to try out some code that isn't working but not sure why... the offending lines are: Code:
include('functions_forumlist.php'); $sico = fetch_forum_lightbulb(2, array(), 2); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|