Getting this Software Error on trying to update the parameters in bugzilla.
Error in tempfile() using data/params.XXXXX: Could not create temp file data/params.BFQJE:
Permission denied at Bugzilla/Config.pm line 293
Please help
|
Getting this Software Error on trying to update the parameters in bugzilla.
Please help |
||||
|
|
This is pretty self-explanatory. You need to adjust permissions for the It's relative to bugzilla installation dir as one may learn by reading the code. |
|||
|
|
|
You need to make sure that every content in the bugzilla directory have been given permission accordingly.You can run this command in the bugzilla directory:
after that run the checkout.pl
lastly you need to restart your webserver(for me i use apache)
|
|||
|
|