PDA

View Full Version : Php error


DeejayKez
03-10-2016, 09:46 PM
Randomly getting this:

PHP Warning: Illegal string offset 'type' in ..../includes/class_postbit.php(345) : eval()'d code on line 87

This is line 87 from class_postbit.php

* @paramstring Type of postbit to retrieve

I can't see a problem?
Help

--------------- Added 1457654440 at 1457654440 ---------------

I have isolated the problem. It's an arcade related issue. Basically one user became champion of 2 games and the text didn't fit into their postbit. I need to find a way of modifying 'champtext' so it is smaller, maybe adding linebreaks or?

Paul M
03-10-2016, 11:09 PM
PHP Warning: Illegal string offset 'type' in ..../includes/class_postbit.php(345) : eval()'d code on line 87

This is line 87 from class_postbit.php


It doesn't mean line 87 of class_postbit.php, it means line 87 of the eval'd code being run at line 345 of class_postbit.php (most likely a hook).