Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Hannibal Lecter Posted June 10, 2015 Posted June 10, 2015 I tried a hook called 'Global Forum Message' and after installation it worked, but in all my sub-forums I received a large amount of PHP Errors. my site is: http://rs-ct.net/ check any of the subforums. I uninstalled and disabled the hook but now the PHP Errors are still coming up. The only thing I've changed is I was getting errors while trying to utilize (SOS34) Group Color on User LinkI changed the following:the sos33_gchovercard_forumIndexTopics.php file in the hook folder of your forum root.Replace : $data['last_poster'] = IPSMember::makeProfileLink($lastposter, $data['last_poster_id'], $lastposter['members_seo_name']);with : $data['last_poster'] = IPSMember::makeProfileLink($lastposter, $data['last_poster_id'], $lastp['members_seo_name']); But it worked normally after that until now. Some of the PHP Errors I'm getting are as follow: Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12Warning: Cannot modify header information - headers already sent by (output started at /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code:12) in /home/cutthroa/public_html/admincpanelx/sources/classes/output/formats/html/htmlOutput.php on line 114Warning: Cannot modify header information - headers already sent by (output started at /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code:12) in /home/cutthroa/public_html/admincpanelx/sources/classes/output/formats/html/htmlOutput.php on line 127Warning: Cannot modify header information - headers already sent by (output started at /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code:12) in /home/cutthroa/public_html/admincpanelx/sources/classes/output/formats/html/htmlOutput.php on line 136Warning: Cannot modify header information - headers already sent by (output started at /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code:12) in /home/cutthroa/public_html/admincpanelx/sources/classes/output/formats/html/htmlOutput.php on line 137Warning: Cannot modify header information - headers already sent by (output started at /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code:12) in /home/cutthroa/public_html/admincpanelx/sources/classes/output/formats/html/htmlOutput.php on line 141 Can anyone help?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.