jamz Posted September 10, 2013 Share Posted September 10, 2013 Okay so everything is working fine with the (TB) Group Format hook enabled. But when you click on "View New Content" A whole list of warnings pop up on top and when you scroll down you can see the new content. warnings: Warning: Illegal string offset 'member_id Warning: Illegal string offset 'members_seo_name Warning: Illegal string offset 'pp_small_photo Warning: Illegal string offset 'alt Warning: Illegal string offset 'members_display_name There are atleast 10-30 of them... If somebody could help me out it would be highly appreciated. Link to comment Share on other sites More sharing options...
0 Lock Down Posted September 10, 2013 Share Posted September 10, 2013 First make sure it is the correct version of the hook for your version of IPB forum. If it is and you want to keep the hook your only choice is to edit initdata.php in the forum folder using ftp or file manager.find//--------------------------------------------------------------------------// ADVANCED CONFIGURATION: ERROR REPORTING//--------------------------------------------------------------------------error_reporting( E_STRICT | E_ERROR | E_WARNING | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING ); change to//--------------------------------------------------------------------------// ADVANCED CONFIGURATION: ERROR REPORTING//--------------------------------------------------------------------------error_reporting( E_STRICT | E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING ); and save it. 1 Link to comment Share on other sites More sharing options...
0 Phun Posted September 10, 2013 Share Posted September 10, 2013 And when you disable group format this goes away? Link to comment Share on other sites More sharing options...
0 jamz Posted September 10, 2013 Author Share Posted September 10, 2013 And when you disable group format this goes away? yeah but the problem is, i really need the hook. Link to comment Share on other sites More sharing options...
0 jamz Posted September 10, 2013 Author Share Posted September 10, 2013 First make sure it is the correct version of the hook for your version of IPB forum. If it is and you want to keep the hook your only choice is to edit initdata.php in the forum folder using ftp or file manager.find//--------------------------------------------------------------------------// ADVANCED CONFIGURATION: ERROR REPORTING//--------------------------------------------------------------------------error_reporting( E_STRICT | E_ERROR | E_WARNING | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING ); change to//--------------------------------------------------------------------------// ADVANCED CONFIGURATION: ERROR REPORTING//--------------------------------------------------------------------------error_reporting( E_STRICT | E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING ); and save it. Thanks it worked like a charm! Link to comment Share on other sites More sharing options...
0 Lock Down Posted September 10, 2013 Share Posted September 10, 2013 You are welcome. Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted September 10, 2013 Administrator Share Posted September 10, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
jamz
Okay so everything is working fine with the (TB) Group Format hook enabled.
But when you click on "View New Content"
A whole list of warnings pop up on top and when you scroll down you can see the new content.
warnings:
Warning: Illegal string offset 'member_id
Warning: Illegal string offset 'members_seo_name
Warning: Illegal string offset 'pp_small_photo
Warning: Illegal string offset 'alt
Warning: Illegal string offset 'members_display_name
There are atleast 10-30 of them...
If somebody could help me out it would be highly appreciated.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts