Jump to content
WebFlake
  • 0

Help.Error when i create topic only on one specific section!


Jeiko

Question

Hello guys!

I face one problem on my forum.

If this section don't have any topic it's ok i have no errors but when i create a new topic i got this error

 

 PHP Warning:  Illegal string offset 'members_seo_name' in /home/ldpneu/public_html/forum/admin/sources/classes/output/publicOutput.php(3837) : eval()'d code on line 12

can someone please help me?

Thanks in advance :)

Solved.

formatUserLinks hook was the problem!

lock topic :)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Happens a lot. Bad programming so you can use ftp and edit the initdata.php file changing

this
//--------------------------------------------------------------------------
// 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 ); 

to this

//--------------------------------------------------------------------------
// ADVANCED CONFIGURATION: ERROR REPORTING
//--------------------------------------------------------------------------

error_reporting( E_STRICT | E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING );
  • Upvote 1
Link to comment
Share on other sites

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