I moved the installation to a new directory and URL and I am now receiving the following error msg:
Warning: Smarty error: problem writing 'c_templates/wrap.html.' in /home/virtual/ng_dev/home/httpd/html/tracker/inc/smarty/Smarty.class.php on line 589
and
Warning: Smarty error: problem writing 'c_templates/index.html.' in /home/virtual/ng_dev/home/httpd/html/tracker/inc/smarty/Smarty.class.php on line 589
I tried digging around and I couldn't figure out how to get rid of the messages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I moved the installation to a new directory and URL and I am now receiving the following error msg:
Warning: Smarty error: problem writing 'c_templates/wrap.html.' in /home/virtual/ng_dev/home/httpd/html/tracker/inc/smarty/Smarty.class.php on line 589
and
Warning: Smarty error: problem writing 'c_templates/index.html.' in /home/virtual/ng_dev/home/httpd/html/tracker/inc/smarty/Smarty.class.php on line 589
I tried digging around and I couldn't figure out how to get rid of the messages.
The c_templates directory needs to be writable by the web server. Try chmod a+w c_templates
That fixed the first two error messages but now I receive this error message when I'm trying to view a bug.
Warning: chmod failed: Operation not permitted in /home/virtual/ng_dev/home/httpd/html/tracker/inc/smarty/Smarty.class.php on line 1454
Thanks for all your help and the great software.
Any resolution to this?
Moved phpbt and getting the same thing. AFAIK, permissions are proper
c_templates (777)
files (644)
Thanks
Justin