i just upload all the files and folder using filezilla and configured everthing then everytime i change the owner details and save it. its goes like that...
Error: Template /home/vol2/phpnet.us/e/ems/www/catalog/template//content/home.tpl not found
Error: Template /home/vol2/phpnet.us/e/ems/www/catalog/template//content/home.tpl not found
I find it hard to believe that this shop runs with a free webhoster. Once I tried to set up
an xtcommerce shop, at a free webhoster, but just couldn't get it running. When I ordered
a product for testing the confirmation email just didn't get to me.
When you have set it up, please tell us, if the shop works as it should. Because then, I might use your webhoster myself...
an xtcommerce shop, at a free webhoster, but just couldn't get it running. When I ordered
a product for testing the confirmation email just didn't get to me.
When you have set it up, please tell us, if the shop works as it should. Because then, I might use your webhoster myself...
It should work on a freehost provide it meets the requirements listed during install.nobi wrote: I find it hard to believe that this shop runs with a free webhoster. Once I tried to set up
an xtcommerce shop, at a free webhoster, but just couldn't get it running. When I ordered
a product for testing the confirmation email just didn't get to me.
When you have set it up, please tell us, if the shop works as it should. Because then, I might use your webhoster myself...
OpenCart®
Project Owner & Developer.
you know guys.. i am working now with the coppermine photo gallery, i used the free hosting and its working fine now.. http://emsph1.phpnet.us and i wonder why open cart not working.. maybe there is problem in configuration. but i am hoping it will work soon.. i will use again the opencart v.6 and i will let you know guys..
I'm totally unfamiliar with PHP, but I ran into the same issue. I think when the user selects the drop-down for Template in the Admin Settings menu, is defaults to template "" [i.e. blank-name template]. Upon saving, the settings for both the admin and shop for my page caused the same error. It's probable that the code has no default = 0 redundancy check, so when no template exists, it doesn't know not to use the nonexistant template, and errors out. The solution until a code fix is done is the good 'ol settings override by file replacement. I just deleted the "admin" folder and re-uploaded it. But all the changes I'd made were easy to redo. Nevertheless, any thoughts on how to fix it, should it happen again, like if selected by tab-index (where you tab to the next blank, type thing)?
I FOUND A FIX!!!
At least one that worked for me. As I said before, I'm not familiar with PHP, but looking at the config.php file in the "admin" folder on my website, I found the line giving me trouble. Line 20 normally reads:
define('DIR_TEMPLATE', '/home/vol3/smchost.com/smc_1212368/crcsatx.smchost.com/htdocs/php/admin/template/');
So I looked at the error to find the file it wanted (some .tpl file), and noticed it was in a folder one branch down. So I changed the code on line 20 to read:
define('DIR_TEMPLATE', '/home/vol3/smchost.com/smc_1212368/crcsatx.smchost.com/htdocs/php/admin/template/default/');
where "default" is the folder I found the .tpl file in. It worked. Problem solved. My initial action of over-writing files was long and meant I had to go back and redo all my settings. Which then caused the same problem again. So I looked at the code and found a fix.
At least one that worked for me. As I said before, I'm not familiar with PHP, but looking at the config.php file in the "admin" folder on my website, I found the line giving me trouble. Line 20 normally reads:
define('DIR_TEMPLATE', '/home/vol3/smchost.com/smc_1212368/crcsatx.smchost.com/htdocs/php/admin/template/');
So I looked at the error to find the file it wanted (some .tpl file), and noticed it was in a folder one branch down. So I changed the code on line 20 to read:
define('DIR_TEMPLATE', '/home/vol3/smchost.com/smc_1212368/crcsatx.smchost.com/htdocs/php/admin/template/default/');
where "default" is the folder I found the .tpl file in. It worked. Problem solved. My initial action of over-writing files was long and meant I had to go back and redo all my settings. Which then caused the same problem again. So I looked at the code and found a fix.

Who is online
Users browsing this forum: No registered users and 5 guests