EzPortal - Portal Software for Forums

EzPortal Forums => Support => Topic started by: neverhurry on April 29, 2009, 04:33:31 pm

Title: My forum is down, need help urgently!
Post by: neverhurry on April 29, 2009, 04:33:31 pm
i remember the last thing i did is to put
"$request = db_query("
      SELECT ID_FIRST_MSG
      FROM {$db_prefix}topics
      WHERE ID_BOARD IN ($board)
      ORDER BY ID_FIRST_MSG DESC
      LIMIT $start, $limit", __FILE__, __LINE__);
   $posts = array();"
in the ezportal's php blocks, which was a mistake but then i just couldn't get into the admin panel to delete the ezportal. please help!
Now, it says, "can not load ezPortal"

somebody say:"You may be able to contact the mod author and find which table will be holding this info. Then you may be able to empty that table to remove the info that you added too it. You can post to the support thread here on SMF or I think Ezportal may also have a dedicated support site but I am not sure of the address."

so i hope you can advise me how to uninstall ezportal and later try to install again. thank you!
Title: Re: My forum is down, need help urgently!
Post by: EzPortal on April 29, 2009, 05:46:18 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: My forum is down, need help urgently!
Post by: Marian on May 04, 2009, 03:52:47 am
This advice also works for a html block, I learned this on my own.  If you named the block, it will have that name and so should be easy to find.  Also, if you chose to 'show' the 'edit' and 'delete' button for your blocks, then it is even easier to delete it.  From experience, I always allow these to show.  Only admin see it, soo.. why not show them.

I am loving this portal, it is 'ez' to use and 'ez' to understand.