Hi Chandra,

On Mon, 2007-05-14 at 18:11 +0530, Chandra Shaker Deverkonda wrote: 
>  If iam installing the rpm and starting the daemon iam getting error
> like /usr/www/cgi-bin/global.pl is not found ..

Does that file exist ?

Did you specify the correct Bugzilla version in daemon.conf ?

Which Bugzilla version are you running ?

> but when i  changed    
>                         if ( !eval ( $cmd ) ) {     to        if ( !
> eval { $cmd } ) {
>  
>  in  /usr/share/scmbug/lib/Scmbug/Common.pm  daemon is getting
> starting..  i dont know changing is correct or not , 

It is incorrect. You just broke the check. 

> But when iam commiting with bugid ===>  "bug 3:  test test"   iam
> getting the following error

> ** Scmbug error 24: The daemon-spawned connection handler exited
> abnormally. Please check the daemon error logs.

> in log iam getting this message:- 
>  
> Undefined subroutine &Scmbug::Daemon::Bugzilla::PushGlobalSQLState
> called at /usr/share/scmbug/lib/Scmbug/Daem
> on/Bugzilla.pm line 314, <STDIN> line 25.
> 
>  
> As per the documentation, if we  put installed_locally => 0,  we have
> to have the bugzilla files locally iam putting the entire bugzilla
> files in the same location as  bugzilla server. (in  /var/www/cgi-bin)
>  
> iam unable to find why the function PushGlobalSQLState   is  not
> getting called..  
>  
> Can u give me a way to solve this problem

I'm pretty sure it's because you specified the wrong Bugzilla version in
daemon.conf. Set the correct version, give it a try and let us know.


_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to