doddsey_65 Posted May 11, 2011 Share Posted May 11, 2011 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) Quote Link to comment https://forums.phpfreaks.com/topic/236076-array-error/ Share on other sites More sharing options...
doddsey_65 Posted May 11, 2011 Author Share Posted May 11, 2011 never mind, in the script that was generating the error i was using $color again for something other than arrays. Quote Link to comment https://forums.phpfreaks.com/topic/236076-array-error/#findComment-1213614 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.