News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

I uninstalled ezportal, now I can't access my site.

Started by GoldBars, October 30, 2009, 11:07:16 AM

Previous topic - Next topic

GoldBars

So I uninstalled ezportal and now I get an error whenever I go to my site "Unable to load the 'EzPortal' template." and if I click somewhere It just stays there. How can I fix this?

Darkorical

try this

http://CHANGE TO YOUR SITE/smf/index.php?theme=1

if that works goto your admin center and change your template to the default
if not reupload your default template folder and then try the link

Sorck

Change you main index.php file.
Find
      // Fall through to the board index then...
and
      if (empty($board) && empty($topic))
      {

With both, make sure they're proceeded with:
         require_once($sourcedir . '/BoardIndex.php');
         return 'BoardIndex';

This should solve your problem, ;)
Sorck

JimM

Sounds to me like you didn't get a good uninstall of EzPortal.  You may need to parse the code for EzPortal and remove the edits that didn't uninstall.

You also might try adding ?action=forum to your site URL to bypass the portal that appears to not have uninstalled.

Also there is a dedicated support topic for this mod as well as a dedicated site.

Support topic > http://www.simplemachines.org/community/index.php?topic=271882.0

Support site > http://www.ezportal.com
Jim "JimM" Moore
Former Support Specialist

Advertisement: