I'm writing a script to upload files and i need to access a file /includes/templates/mytemplates/myupload.php files through AJAX but if I try to access it in zen cart it gives out 500 server error that I don't have permission to access such files.

Is there any way out?

link|improve this question

76% accept rate
feedback

1 Answer

You'll probably need to move the common code to a file you can put in the cart's home directory (the same directory where the includes directory and index.php live).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.