teppo Posted April 3, 2016 Share Posted April 3, 2016 @kazu: module-specific questions should be posted to the applicable module support thread. In this case I'd suggest asking this question via the TemplateEditor support thread here: https://processwire.com/talk/topic/2275-templateeditor/. Link to comment Share on other sites More sharing options...
kazu Posted April 19, 2016 Share Posted April 19, 2016 I do a new Installation (PHP 5.4.45, PW 2.7.2, Template Editor 1.6.0). Now I get that message when I use the Template Editor: Permission denied to open this file. Please give the file "filename" write permissions. The template permissions after my installation are 644. 664 does not work, 666 does work. Because of security: Can I leave the files with 666 on the server, is it safe? Link to comment Share on other sites More sharing options...
kongondo Posted April 19, 2016 Share Posted April 19, 2016 (edited) @kazu, have a read here: https://processwire.com/docs/security/file-permissions/. It should help you decide. Rather than relax permissions that much, if you have the access, it is better to tweak file ownership or groups. Check who owns the files: PW, Apache, nobody, etc. and tweak those (as per the link above). Edited April 19, 2016 by kongondo Link to comment Share on other sites More sharing options...
ClericPro Posted May 9, 2016 Share Posted May 9, 2016 We have got ProcessTemplateEditor installed on my PW site. When I click on a template to edit I get the HTTP 500 message. I do I fix this. Link to comment Share on other sites More sharing options...
tpr Posted August 8, 2016 Share Posted August 8, 2016 Forked here to add support for editing module files from /site/modules, plus on PW3 namespaced textarea inputs are also detected: https://github.com/rolandtoth/ProcessTemplateEditor 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now