Jump to content
WebFlake
  • 0

IPB 3.4.5 Group format hook error.


jamz

Question

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

  • 0

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.

  • Upvote 1
Link to comment
Share on other sites

  • 0

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...