php - Opencart error while uploading on server -


i have installed opencart on localhost it's working when have uploading on server it's give me error:

cannot find template file 'default/template/module/magikslider.tpl' in /home/xyz/public_html/xyz/system/engine/factory.php on line 614 

it seems have set default theme, need apply custom template admin panel.

to apply template use below procedure

if using opencart version 2.1.x,

  • go opencart admin panel > system > settings > edit. click store tab , choose theme "template" option. action activate new theme.

if using opencart version 2.2.0.0,

  • go opencart admin panel > extensions > themes > edit , choose theme "theme directory" option. action activate new theme.

Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -