Jump to content
WebFlake
  • 0

Error message in forum.


Guest Heddlu

Question

Hello.

I am getting this error message on my forum: 

 

Warning: Illegal string offset 'members_seo_name' in /home/bcetcom/public_html/admin/sources/classes/output/publicOutput.php(3837) : eval()'d code on line 12
 
Warning: Cannot modify header information - headers already sent by (output started at /home/bcetcom/public_html/admin/sources/classes/output/publicOutput.php(3837) : eval()'d code:12) in /home/bcetcom/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 110
 
Warning: Cannot modify header information - headers already sent by (output started at /home/bcetcom/public_html/admin/sources/classes/output/publicOutput.php(3837) : eval()'d code:12) in /home/bcetcom/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 127
 
Warning: Cannot modify header information - headers already sent by (output started at /home/bcetcom/public_html/admin/sources/classes/output/publicOutput.php(3837) : eval()'d code:12) in /home/bcetcom/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 136
 
Warning: Cannot modify header information - headers already sent by (output started at /home/bcetcom/public_html/admin/sources/classes/output/publicOutput.php(3837) : eval()'d code:12) in /home/bcetcom/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 137
 
Warning: Cannot modify header information - headers already sent by (output started at /home/bcetcom/public_html/admin/sources/classes/output/publicOutput.php(3837) : eval()'d code:12) in /home/bcetcom/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 141
 
This is the second time it has happened. 
The first time it happened 3.4.6 was installed until I deleted it and installed 3.4.5 where after checking in one of the categories I spotted the problem again, not sure what is causing this error so was hoping that somebody here could help me out and point me in the right direction?
 
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Happens a lot. Bad programming in hooks and apps. The older php versions were not so picky about these types of errors,  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_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...