Hello.
In my case, yesterday I install iBproarcade (last version) with a fresh install.
I have this error:
PHP Warning: Illegal string offset 'type' in ..../includes/class_postbit.php(345) : eval()'d code on line 161
Same error but different line in the "code on".
I try this:
Quote:
Originally Posted by Dave
Go to your plugin manager and look for "ibProArcade: Crowns in Postbit" at hook "postbit_display_complete". Now you can either disable that specific hook or try to fix it by changing all occurences of $crowns[type] to $crowns['type'] (note that there are single quotes around "type" now) in the PHP code of that hook.
|
But for me not work.
In this plugin, I view only one
$crowns[type] and other
$crown[type].
I try only with one and also, with 2.
Not works, continue the issue.
Also work if I disabled this plugin.
Can you help me?
Thanks and regards!
PD: My vb is 4.2.5
PHP: 5.6.30
MySQL: 5.6.37