EzPortal - Portal Software for Forums

EzPortal Forums => Support => Topic started by: nerieru on April 28, 2009, 01:15:14 pm

Title: error message showing up after faulty php block
Post by: nerieru on April 28, 2009, 01:15:14 pm
I get this error message in a php block that was added:

Fatal error: Call to undefined function ssi_recentTopics() in /home/helz0ne/public_html/nerieru.com/Sources/Load.php(1793) : eval()'d code(1216) : eval()'d code on line 1

So now my question would be how do I remove that block safely without wrecking anything else?

(website is http://nerieru.com )
Title: Re: error message showing up after faulty php block
Post by: nerieru on April 29, 2009, 05:02:15 pm
Help pl0x
Title: Re: error message showing up after faulty php block
Post by: EzPortal on April 29, 2009, 05:46:31 pm
Go inside phpmyadmin and find the database table of your forum that starts with smf_ezp_block_layout

Inside that table go to the last entry and delete it and it should fix your issue.

I am working on a preview php code for the next release to verify that the code is correct before adding it as a ezBlock
Title: Re: error message showing up after faulty php block
Post by: nerieru on April 30, 2009, 06:59:34 am
Thanks that solved it =) (I was looking around in the smf_ezp_block section before.. Stupid me)