Jump to content

Array error


doddsey_65

Recommended Posts

Im getting the following error on this line:

 

Fatal error:  Cannot use string offset as an array

 

$array['headers_style']      = 'color:'.$color['headers_text']['text'].'; background-color:'.$color['headers']['background'].';';

 

This error only occurs on one page, others that use this line dont have a problem. So i tried to delete parts of the code from the page causing the error but it still exists. So i deleted a huge peice of the code and the error vanished. So i eliminated portions of the huge code 1 at a time but the error stays until i delete all of the code.

 

Anyone know why this page doesnt like the error? i could post the code but its a huge chunk(around 600 lines)

 

Link to comment
https://forums.phpfreaks.com/topic/236076-array-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.