Hi All,
I have installed phpbugtracker to manage bug tracking but get error:
----------------------------------------------------------------------
The "c_templates" subdirectory is not writeable by the web process. This needs to be corrected before the installation can proceed so the templates can be compiled by smarty. Please reload this page when this has been corrected.
On a unix system such as linux, this can either be accomplished by making the directory writeable by everyone...
$ chmod a+w c_templates
... or by changing the ownership of the directory to the webserver. For example, if your web server is running as the user you can change the ownership as follows (you must become root first):
$ chown c_templates
----------------------------------------------------------------------
I have changed permissions as suggested in the error message above (even tried 777) so there must be an Apache config file setting preventing writing to the document root (only thing I can think of). Anyone know how to fix this?
I am running Apache 2.0.40 on RedHat 8.0 and my docroot is /var/ The app is installed in /var/
Cheers,
Richard Howes
--------
Censys Online Reservation Systems
Tel: (011) 476-4740
Fax: (011) 476-7235
Cell: (082) 784-0675
Email: richardh@workflowgroup.com
Web:
I have installed phpbugtracker to manage bug tracking but get error:
----------------------------------------------------------------------
The "c_templates" subdirectory is not writeable by the web process. This needs to be corrected before the installation can proceed so the templates can be compiled by smarty. Please reload this page when this has been corrected.
On a unix system such as linux, this can either be accomplished by making the directory writeable by everyone...
$ chmod a+w c_templates
... or by changing the ownership of the directory to the webserver. For example, if your web server is running as the user you can change the ownership as follows (you must become root first):
$ chown c_templates
----------------------------------------------------------------------
I have changed permissions as suggested in the error message above (even tried 777) so there must be an Apache config file setting preventing writing to the document root (only thing I can think of). Anyone know how to fix this?
I am running Apache 2.0.40 on RedHat 8.0 and my docroot is /var/ The app is installed in /var/
Cheers,
Richard Howes
--------
Censys Online Reservation Systems
Tel: (011) 476-4740
Fax: (011) 476-7235
Cell: (082) 784-0675
Email: richardh@workflowgroup.com
Web: