PDA

View Full Version : warning in custom page after upgrade to php 7.0


aminp30
08-15-2018, 03:11 AM
Hi guys,

recently I upgrade my vb from 4.2.3 to 4.2.5 and my php to 7

now I have problem with my custom page. I had some errors with mysql codes
I changed theme to mysqli and issue solved. but still I have a warning:
PHP Warning: Illegal string offset 'styleid' in ..../includes/class_core.php on line 4732

what those it means and how to fix it?

snakes1100
08-15-2018, 07:42 AM
Disable your plugins one @ a time till the error disappears, most likely one will need to be rewritten.

aminp30
08-15-2018, 07:49 AM
Disable your plugins one @ a time till the error disappears, most likely one will need to be rewritten.

I did it before. it's not related to plugins.

I can rewrite it but I don't know where is the problem :confused: