Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bugzilla not rendering in browser

143 views
Skip to first unread message

SAMI

unread,
Aug 11, 2008, 10:43:54 AM8/11/08
to
Hi,

I've installed Bugzilla on my windows xp machine with apache, mysql
along
with perl and downloaded all the required modules...but when I run
localhost
all I see is directory list of the Bugzilla folder. Is there anyway
of
making sure if the httpd.config file of apache is correctly configured
or if
communication with mysql is working?

Im suspect my problem may lie in the config file.

I would appreciate the help
Thankx!

Regards,
Sam

Tosh, Michael J

unread,
Aug 11, 2008, 12:00:26 PM8/11/08
to SAMI, support-...@lists.mozilla.org
Quoting SAMI:
> Hi,
>
> I've installed Bugzilla on my windows xp machine with apache, mysql
> along
> with perl and downloaded all the required modules...but when I run
> localhost
> all I see is directory list of the Bugzilla folder. Is there anyway
> of
> making sure if the httpd.config file of apache is correctly configured
> or if
> communication with mysql is working?

Sounds like you don't have a DirectoryIndex that includes index.cgi.
First, run testserver.pl.
Then just try to click on the index.cgi file in the directory listing.

http://httpd.apache.org/docs/2.0/mod/mod_dir.html#directoryindex

SAMI

unread,
Aug 12, 2008, 9:26:53 AM8/12/08
to

Im actually not quite sure how to setup my localconfig.pm file
I get this on my browser when i run it"

The ./data/params file does not exist. You probably need to run
checksetup.pl. at Bugzilla/Config.pm line 326.
Compilation failed in require at C:/Bugzilla/index.cgi line 34.
BEGIN failed--compilation aborted at C:/Bugzilla/index.cgi line 34.

Thankx for you help!

Tosh, Michael J

unread,
Aug 12, 2008, 9:51:53 AM8/12/08
to SAMI, support-...@lists.mozilla.org
Quoting SAMI:
> Im actually not quite sure how to setup my localconfig.pm file
> I get this on my browser when i run it"
>
> The ./data/params file does not exist. You probably need to run
> checksetup.pl. at Bugzilla/Config.pm line 326.
> Compilation failed in require at C:/Bugzilla/index.cgi line 34.
> BEGIN failed--compilation aborted at C:/Bugzilla/index.cgi line 34.
>

It shouldn't be localconfig.pm, it should just be localconfig, but if
you run checksetup.pl it will get created.

See this documentation for how to set up your localconfig:
http://www.bugzilla.org/docs/3.0/html/configuration.html

SAMI

unread,
Aug 12, 2008, 10:18:33 AM8/12/08
to

sorry to bother you soo much but what does this mean ?

Global symbol "$db_host" requires explicit package name at Bugzilla/
Install/Loca
lconfig.pm line 253.
Global symbol "$db_port" requires explicit package name at Bugzilla/
Install/Loca
lconfig.pm line 254.
Global symbol "$db_name" requires explicit package name at Bugzilla/
Install/Loca
lconfig.pm line 255.
Global symbol "$db_user" requires explicit package name at Bugzilla/
Install/Loca
lconfig.pm line 256.
Global symbol "$db_pass" requires explicit package name at Bugzilla/
Install/Loca
lconfig.pm line 264.
syntax error at Bugzilla/Install/Localconfig.pm line 291, near "sub
update_local
config "
Can't use global @_ in "my" at Bugzilla/Install/Localconfig.pm line
292, near "=
@_"
syntax error at Bugzilla/Install/Localconfig.pm line 367, near "}"
syntax error at Bugzilla/Install/Localconfig.pm line 380, near "}"
syntax error at Bugzilla/Install/Localconfig.pm line 393, near "}"
Bugzilla/Install/Localconfig.pm has too many errors.
Compilation failed in require at Bugzilla/DB.pm line 40.
BEGIN failed--compilation aborted at Bugzilla/DB.pm line 40.
Compilation failed in require at Bugzilla.pm line 34.
BEGIN failed--compilation aborted at Bugzilla.pm line 34.
Compilation failed in require at C:\Bugzilla\testserver.pl line 26.
BEGIN failed--compilation aborted at C:\Bugzilla\testserver.pl line
29.

Thankx alot!

Tosh, Michael J

unread,
Aug 12, 2008, 2:10:26 PM8/12/08
to SAMI, support-...@lists.mozilla.org
Quoting SAMI:
> On Aug 12, 5:51 pm, "Tosh, Michael J" <michael.j.t...@lmco.com> wrote:
> sorry to bother you soo much but what does this mean ?
>
> Global symbol "$db_host" requires explicit package name at Bugzilla/
> Install/Localconfig.pm line 253.
...

Could mean that your localconfig file is empty or non-existent. Do you
see a localconfig file in C:\Bugzilla\? If not, make sure you have the
correct permissions and re-run checksetup.pl.

0 new messages