


Short instruction on the latter: sudo tar -xvf bugzilla-4.0.2.tar Or download the latest stable (4.0.2 at the moment) or latest cutting edge version from bugzilla.
#Bugzilla exe install#
The cgi addhandler could be in another place if you install bugzilla from the repositories (see apache cgi how to)

sudo -H gedit /etc/apache2/envvarsĪnd include export APACHE_RUN_USER=apache2 sudo useradd -d /home/apache2 -m apache2Īdd the user to apache2 variables. (Note the trailing "/" on the first line)Īdd a user apache2 if you do not have this already. Options +Indexes +ExecCGI +FollowSymLinks setting up bugzilla in apache2: sudo -H gedit /etc/apache2/nfĪnd edit in the following.
#Bugzilla exe how to#
See the links at the top for how to set up a LAMP server if you need more.Īnd now for the important part. Verify if Apache is installed: apache2 -vĪnd should show a welcome page or a website.Ĭonfigure apache2 as you normally would. Mysql> grant all privileges on bugzilla.* to need database name, user name and password for the user later on. See the links above for how to set up a LAMP server if you need it.Ĭreate a user bugzilla (change it if you want something else) sudo useradd -d /home/bugzilla -m bugzillaĪnd create a database and set permissions for user bugzilla mysql -u root -p Make sure to follow guidelines and set up a root account with a decent password. If not installed install mysql-server mysql-admin mysql-client Verify if you have a MySQL running with mysql -version
#Bugzilla exe upgrade#
If yours is lower than 5.8.1 you need to upgrade it. (with 53 registered patches, see perl -V for more detail) It should show something like this: This is perl, v5.10.1 (*) built for i686-linux-gnu-thread-multi If anyone finds typos feel free to fix them, or if you can think of improvements feel free to add them in If you need information about Perl, MySQL, Apache these are some LAMP how tos: 1, 2, 3, 4, 5.Īlso have a look at this how to (from Saariko in comment) if the below does not work for you. Check these with what you used and change them to your needs. No changes were made.If any of these are already installed just keep an eye on settings that need to be set. I verified that permissions for IUSR are Full Control for ALL folders, subfolders & files.

"12:11:37.2166449 PM","w3wp.exe","1172","CreateFile","C:\Inetpub\NOT FOUND","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a" I ran process monitor (from sysinternals) on it and noticed this interesting line: "Time of Day","Process Name","PID","Operation","Path","Result","Detail" editparams.cgi: Error in tempfile() using template data\params.XXXXX: Could not create temp file data\params.I19Ig: Permission denied at Bugzilla/Config.pm line 270. My path to Index.cgi is C:\Inetpub\The URL I'm using is I can bring the website up and login, but when I edit the parameters and click "Save" I get this message: Software error:Įrror in tempfile() using template data\params.XXXXX: Could not create temp file data\params.I19Ig: Permission denied at Bugzilla/Config.pm line 270.įor help, please send mail to this site's webmaster, giving this error message and the time and date of the error. I'm running Bugzilla 4.4.5 on Windows 2008 r2 with IIS 7.5.
