Quote Originally Posted by linuxguy2 View Post
Maybe you already saw this but one of the core files they add to is in:
/your catalog folder/include/class/template_func.php
Around lines 45 they add: (Be sure it's in there)
global $deviceType;
if($deviceType != FULL_SITE_DISPLAY_DEVICE)
$current_template = DIR_WS_TEMPLATES.DIR_MOBILE_TEMPLATE;
Norber

I take it the previous admin has done some mods to the installation so maybe this isn't an option for you but rather than try to figure out what the previous admin did would starting over be an option?

BACKUP the current CATALOG and DATABASE and be sure to get the products images.

You have already done some of this but as a test:

1:
Do an out of the box install of ZC, FEC & zencart-mobile into a new TEST folder on the server.
If that works install any other plugins he installed and retest.
2:
In the TEST database you just created, using PHP Admin DROP all the tables.
3:
Using PHP Admin import the current production database into the TEST database.
4:
Copy all your product images to the TEST installation images folder.
4:
If that works you would have a clean slate to work from.
5:
Of course you will have to redo the logos etc..