Page 1 of 1
Search found 4 matches
Re: Warning: You do not have permission to access the API! O
I'm using 2.3.0.2 and 2.2.0.0, and only 2.3 have this issue...
Hope my extension can help you.....
https://www.opencart.com/index.php?rout ... n_id=28614
- Mon Dec 05, 2016 5:34 am
- Replies 65
- Views 70505
Re: What error is this ?
seems like your files didn't set the right permission.... so your web service can't edit your files. this cmd will allow your web service to manager your file. if you're using apache, try this in your server: chown -R apache.apache /home/proaudio/public_html/* if you're using nginx: chown -R nginx.n...
Jump to post- Sun Dec 04, 2016 12:47 am
- Replies 4
- Views 1991
Re: [Help] Is OCMOD support include some tpl with modified?
Find the solve way by myself.... modification()
A.tpl
Code: Select all
<?php require(modification("b.tpl" )); ?>
- Wed Jun 15, 2016 6:10 pm
- Replies 1
- Views 456
[Solved] Is OCMOD support include some tpl with modified?
Hi, I have 2 files, and I want include tpl file that already modified with ocmod script... But nothing happen when I output it. Is anyone can help me, thanks!!! EX: A.tpl <?php require("b.tpl" ); ?> B.tpl Hello test.xml <file path="b.tpl"> <operation> <search> <![CDATA[Hello]]> </search> <add positi...
Jump to post- Wed Jun 15, 2016 3:27 am
- Replies 1
- Views 456
Search found 4 matches