Hi Please someone help me. I uninstalled Mobile Joomla, now every page but the front page reverts to the default Joomla template and not the custom one I had before.
Try to run the following SQL:
It removes all the mj-related database entries that were not removed automatically.
DELETE FROM jos_templates_menu WHERE template='mobile_pda' OR template='mobile_iphone' OR template='mobile_wap' OR template='mobile_imode'
It removes all the mj-related database entries that were not removed automatically.
Thanks so much for the tip!
So all i have to do is copy and past all of this
"DELETE FROM jos_templates_menu WHERE template='mobile_pda' OR template='mobile_iphone' OR template='mobile_wap' OR template='mobile_imode'" into the "Run SQL query/queries "
and click go? and the problem will be resolved? Just want to make sure. Im having the same problem.
"DELETE FROM jos_templates_menu WHERE template='mobile_pda' OR template='mobile_iphone' OR template='mobile_wap' OR template='mobile_imode'" into the "Run SQL query/queries "
and click go? and the problem will be resolved? Just want to make sure. Im having the same problem.
Go to phpmyadmin, choose table jos_templates_menu select sql, insert thetag above and click "ok".
Worked fine for me.
Thanks!
Worked fine for me.
Thanks!