render_template fails with read-only files
-
The
render_template
method incomponents/NetsPostsTemplateRenderer.php
does not work when the WordPress source files are read-only. The fix is simple: change line 41 (remove ther+
access mode):$h = fopen( $template, 'r' );
This problem was also reported in:
- You must be logged in to reply to this topic.