I have just installed Phpbugtracker version 0.9.0
on a windows 2000 machine running IIS
When I go to the location I have installed phpbugtracker nothing happens ( as there is no index.html or default.html) So I specifically named install.php
When I try to open install.php I get the following errors
Warning: Smarty error: problem writing 'c_templates\install.html.' in c:\inetpub\wwwroot\dmos\phpbt-0.9.0\inc\smarty\Smarty.class.php on line 589
Warning: Failed opening 'c_templates\install.html' for inclusion (include_path='.;c:\php4\pear') in c:\inetpub\wwwroot\dmos\phpbt-0.9.0\inc\smarty\Smarty.class.php on line 686
I haven't istalled Smarty templates as the installation instructions infer they are included in the phpbugtracker installation.
I already have sucessfully installed MySql and have configured IIS to run PHP scripts (I have PHP-4.2.3).
I have also checked the security settings for the c_templates directory and everyone has full access.
Any Ideas
Thanks In advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, it does seem there are some permissions errors with the
c_templates directory, per the warning message given by smarty. On my
windows xp installation I have a fat32 file system, so I can't speak in
detail about permissions problems with windows.
You'll also probably want to modify your IIS settings to allow index.php
to be a default url, just as index.html and default.html are.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes it was an security problem. Even though the security rights seemed to be set so that everyone had full access rights, when I logged in as a bog standard user I didn't have write access. re logging in as the administrator and checking the access rights showed this to be the case. I than gave the correct access and things are now working.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have just installed Phpbugtracker version 0.9.0
on a windows 2000 machine running IIS
When I go to the location I have installed phpbugtracker nothing happens ( as there is no index.html or default.html) So I specifically named install.php
When I try to open install.php I get the following errors
Warning: Smarty error: problem writing 'c_templates\install.html.' in c:\inetpub\wwwroot\dmos\phpbt-0.9.0\inc\smarty\Smarty.class.php on line 589
Warning: Failed opening 'c_templates\install.html' for inclusion (include_path='.;c:\php4\pear') in c:\inetpub\wwwroot\dmos\phpbt-0.9.0\inc\smarty\Smarty.class.php on line 686
I haven't istalled Smarty templates as the installation instructions infer they are included in the phpbugtracker installation.
I already have sucessfully installed MySql and have configured IIS to run PHP scripts (I have PHP-4.2.3).
I have also checked the security settings for the c_templates directory and everyone has full access.
Any Ideas
Thanks In advance
Well, it does seem there are some permissions errors with the
c_templates directory, per the warning message given by smarty. On my
windows xp installation I have a fat32 file system, so I can't speak in
detail about permissions problems with windows.
You'll also probably want to modify your IIS settings to allow index.php
to be a default url, just as index.html and default.html are.
Problem solved!!
Yes it was an security problem. Even though the security rights seemed to be set so that everyone had full access rights, when I logged in as a bog standard user I didn't have write access. re logging in as the administrator and checking the access rights showed this to be the case. I than gave the correct access and things are now working.
Thanks