Jump to content

Getting PHP Errors after uninstalling a hook?


Recommended Posts

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 Link

I 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 12

Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12

Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12

Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12

Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12

Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12

Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12

Warning: Illegal string offset 'members_seo_name' in /home/cutthroa/public_html/admincpanelx/sources/classes/output/publicOutput.php(3849) : eval()'d code on line 12

Warning: 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 114

Warning: 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 127

Warning: 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 136

Warning: 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 137

Warning: 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?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...