From bhavna816@gmail.com Thu Apr 19 04:15:40 2007 Return-Path: X-Original-To: bugzilla-devel-list@gnome.org Delivered-To: bugzilla-devel-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 004E53B01B5 for ; Thu, 19 Apr 2007 04:15:39 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Score: -0.366 X-Spam-Level: X-Spam-Status: No, score=-0.366 tagged_above=-999 required=2 tests=[BAYES_20=-0.74, HTML_30_40=0.374, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Amavis-OS-Fingerprint: Linux 2.4-2.6 (Google crawlbot) (firewall!) (up: 6378 hrs), (distance 11, link: (Google 2)), [66.249.82.231] Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AdUfJ9pcGLyb for ; Thu, 19 Apr 2007 04:15:37 -0400 (EDT) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by menubar.gnome.org (Postfix) with ESMTP id 9A9D03B013C for ; Thu, 19 Apr 2007 04:15:37 -0400 (EDT) Received: by wx-out-0506.google.com with SMTP id s11so483613wxc for ; Thu, 19 Apr 2007 01:15:36 -0700 (PDT) Received: by 10.78.138.6 with SMTP id l6mr209089hud.1176970531340; Thu, 19 Apr 2007 01:15:31 -0700 (PDT) Received: by 10.78.130.8 with HTTP; Thu, 19 Apr 2007 01:15:31 -0700 (PDT) Message-ID: <18862ee00704190115t54802e96kc05e913add19d5f5@mail.gmail.com> Date: Thu, 19 Apr 2007 13:45:31 +0530 From: "bhavna yerpude" To: bugzilla-devel-list@gnome.org Subject: Use of uninitialized value in substitution (s///) at (eval 44) line 44. [Thu Apr 19 11:31:55 2007] index.cgi: Use of uninitialized value in substitution (s///) at (eval 44) line 44 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_40047_25657020.1176970531271" X-BeenThere: bugzilla-devel-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: "Discussions about the local gnome.org Bugzilla code" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2007 08:15:40 -0000 ------=_Part_40047_25657020.1176970531271 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have installed Bugzilla 3.0 on Windows Server 2003 Service pack 1. It was working fine in terms of functionality, but getting the message like "Use of uninitialized value in substitution (s///) at (eval 44) line 44. [Thu Apr 19 11:31:55 2007] index.cgi: Use of uninitialized value in substitution (s///) at (eval 44) line 44." in index.cgi................. so i was trying to remove this. I was just looking on my codes and i ran checksetup.pl and after tht i m getting message " All parameters are displayed below, per section. If you cannot find one from here, then the parameter does not exist. Parameter Section" when i saw the source code i got this message in \bugzilla- 3.0rc1\index.html.tmpl the code is Template::Document->new({ METADATA => { 'modtime' => '1129195104', 'name' => 'index.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n\n

\n All parameters are displayed below, per section.\n If you cannot find one from here, then the parameter does not exist.\n

\n\n
\n \n \n \n \n "; #line 47 "template\en\default\index.html.tmpl" But i m not getting what i had done wrong? Thanks in advance...... ------=_Part_40047_25657020.1176970531271 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I have installed Bugzilla 3.0 on Windows Server 2003 Service pack 1.
It was working fine in terms of functionality, but getting the message like

"Use of uninitialized value in substitution (s///) at (eval 44) line 44. [Thu Apr 19 11:31:55 2007] index.cgi: Use of uninitialized value in substitution (s///) at (eval 44) line 44."
 in index.cgi.................
so i was trying to remove this.
I was just looking on my codes and i ran checksetup.pl
and after tht i m getting message
" All parameters are displayed below, per section. If you cannot find one from here, then the parameter does not exist.
Parameter Section"

when i saw the source code i got this message in \bugzilla-3.0rc1\index.html.tmpl
the code is
Template::Document->new({
    METADATA => {
        'modtime' => '1129195104',
        'name' => 'index.html.tmpl',
    },
    BLOCK => sub {
        my $context = shift || die "template sub called without context\n";
        my $stash   = $context->stash;
        my $output  = '';
        my $error;
       
        eval { BLOCK: {
    $output .=  "\n";
    $output .=  "\n\n<p>\n  All parameters are displayed below, per section.\n  If you cannot find one from here, then the parameter does not exist.\n</p>\n\n<div align=\"center\">\n  <table>\n    <tr>\n      <th>Parameter</th>\n      <th>Section</th>\n    </tr>";
    #line 47 "template\en\default\index.html.tmpl"

But i m not getting what i had done wrong?


Thanks in advance...... ------=_Part_40047_25657020.1176970531271-- From bounces@nabble.com Mon Apr 16 09:31:44 2007 Return-Path: X-Original-To: bugzilla-devel-list@gnome.org Delivered-To: bugzilla-devel-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0F0213B0190 for ; Mon, 16 Apr 2007 09:31:44 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Score: -0.187 X-Spam-Level: X-Spam-Status: No, score=-0.187 tagged_above=-999 required=2 tests=[BAYES_40=-0.185, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] X-Amavis-OS-Fingerprint: Linux 2.4-2.6 (up: 2014 hrs), (distance 15, link: ethernet/modem), [72.21.53.35] Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pk3w-u9OKWD5 for ; Mon, 16 Apr 2007 09:31:42 -0400 (EDT) Received: from talk.nabble.com (www.nabble.com [72.21.53.35]) by menubar.gnome.org (Postfix) with ESMTP id 047D13B00F4 for ; Mon, 16 Apr 2007 09:31:41 -0400 (EDT) Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HdRIy-0005Kv-MD for bugzilla-devel-list@gnome.org; Mon, 16 Apr 2007 06:31:40 -0700 Message-ID: <10016032.post@talk.nabble.com> From: mukul123 To: bugzilla-devel-list@gnome.org Subject: how i can restore the old data of bugzilla2.20.2 to bugzilla2.22.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mukul.gupta@tenongroove.com X-Mailman-Approved-At: Thu, 06 Sep 2007 03:53:47 -0400 X-BeenThere: bugzilla-devel-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: "Discussions about the local gnome.org Bugzilla code" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 16 Apr 2007 13:31:44 -0000 X-Original-Date: Mon, 16 Apr 2007 06:31:40 -0700 (PDT) X-List-Received-Date: Mon, 16 Apr 2007 13:31:44 -0000 Hi We have currently running Bugzilla 2.20.2 on Platform ----------- OS - Windows 2000 Professional Active State Perl - 5.8.8 My SQL - 4.1.9 Apache - 2.0.59 We want to migrate to Bugzilla2.22.2 Platform ----------- OS - Windows 2000 Professional Active State Perl - 5.8.8 My SQL - 4.1.9 Apache - 2.0.59 Steps followed Step 1) Downloaded tar file for Bugzilla2.22.2 Step 2) Taken dump from MY sql mysqldump -u root -p --databases bugs > bugs.db.backup Step 3) unzipped for Bugzilla2.22.2 tar file in local drive copied old data/ directory and the "localconfig" file to the new installation. Step 4) Ran checksetup.pl Step 5) Bugzilla is up, done the santity check everything is fine. Now the problem starts I need to import data of dump taken at step 2. Step 6) import the dump Bug taken at step 2 The url to access Bugzilla works fine but as soon as i log in then error message appears. Analysis There are schema changes in Bugzilla2.22.2 so when i import the dump schema changes in Named_queries,attachments and other tables goes off leading to error. Looking solution for problem stated below Please help how i can restore the old data of bugzilla2.20.2 to bugzilla2.22.2 Thanks in advance.Please Help. -- View this message in context: http://www.nabble.com/how-i-can-restore-the-old-data-of-bugzilla2.20.2-to-bugzilla2.22.2-tf3584434.html#a10016032 Sent from the Gnome - Bugzilla - Dev mailing list archive at Nabble.com. From bhavna816@gmail.com Thu Apr 19 04:15:40 2007 Return-Path: X-Original-To: bugzilla-devel-list@gnome.org Delivered-To: bugzilla-devel-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 004E53B01B5 for ; Thu, 19 Apr 2007 04:15:39 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Score: -0.366 X-Spam-Level: X-Spam-Status: No, score=-0.366 tagged_above=-999 required=2 tests=[BAYES_20=-0.74, HTML_30_40=0.374, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Amavis-OS-Fingerprint: Linux 2.4-2.6 (Google crawlbot) (firewall!) (up: 6378 hrs), (distance 11, link: (Google 2)), [66.249.82.231] Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AdUfJ9pcGLyb for ; Thu, 19 Apr 2007 04:15:37 -0400 (EDT) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by menubar.gnome.org (Postfix) with ESMTP id 9A9D03B013C for ; Thu, 19 Apr 2007 04:15:37 -0400 (EDT) Received: by wx-out-0506.google.com with SMTP id s11so483613wxc for ; Thu, 19 Apr 2007 01:15:36 -0700 (PDT) Received: by 10.78.138.6 with SMTP id l6mr209089hud.1176970531340; Thu, 19 Apr 2007 01:15:31 -0700 (PDT) Received: by 10.78.130.8 with HTTP; Thu, 19 Apr 2007 01:15:31 -0700 (PDT) Message-ID: <18862ee00704190115t54802e96kc05e913add19d5f5@mail.gmail.com> Date: Thu, 19 Apr 2007 13:45:31 +0530 From: "bhavna yerpude" To: bugzilla-devel-list@gnome.org Subject: Use of uninitialized value in substitution (s///) at (eval 44) line 44. [Thu Apr 19 11:31:55 2007] index.cgi: Use of uninitialized value in substitution (s///) at (eval 44) line 44 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_40047_25657020.1176970531271" X-BeenThere: bugzilla-devel-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: "Discussions about the local gnome.org Bugzilla code" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2007 08:15:40 -0000 ------=_Part_40047_25657020.1176970531271 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have installed Bugzilla 3.0 on Windows Server 2003 Service pack 1. It was working fine in terms of functionality, but getting the message like "Use of uninitialized value in substitution (s///) at (eval 44) line 44. [Thu Apr 19 11:31:55 2007] index.cgi: Use of uninitialized value in substitution (s///) at (eval 44) line 44." in index.cgi................. so i was trying to remove this. I was just looking on my codes and i ran checksetup.pl and after tht i m getting message " All parameters are displayed below, per section. If you cannot find one from here, then the parameter does not exist. Parameter Section" when i saw the source code i got this message in \bugzilla- 3.0rc1\index.html.tmpl the code is Template::Document->new({ METADATA => { 'modtime' => '1129195104', 'name' => 'index.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n\n

\n All parameters are displayed below, per section.\n If you cannot find one from here, then the parameter does not exist.\n

\n\n
\n
ParameterSection
\n \n \n \n "; #line 47 "template\en\default\index.html.tmpl" But i m not getting what i had done wrong? Thanks in advance...... ------=_Part_40047_25657020.1176970531271 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I have installed Bugzilla 3.0 on Windows Server 2003 Service pack 1.
It was working fine in terms of functionality, but getting the message like

"Use of uninitialized value in substitution (s///) at (eval 44) line 44. [Thu Apr 19 11:31:55 2007] index.cgi: Use of uninitialized value in substitution (s///) at (eval 44) line 44."
 in index.cgi.................
so i was trying to remove this.
I was just looking on my codes and i ran checksetup.pl
and after tht i m getting message
" All parameters are displayed below, per section. If you cannot find one from here, then the parameter does not exist.
Parameter Section"

when i saw the source code i got this message in \bugzilla-3.0rc1\index.html.tmpl
the code is
Template::Document->new({
    METADATA => {
        'modtime' => '1129195104',
        'name' => 'index.html.tmpl',
    },
    BLOCK => sub {
        my $context = shift || die "template sub called without context\n";
        my $stash   = $context->stash;
        my $output  = '';
        my $error;
       
        eval { BLOCK: {
    $output .=  "\n";
    $output .=  "\n\n<p>\n  All parameters are displayed below, per section.\n  If you cannot find one from here, then the parameter does not exist.\n</p>\n\n<div align=\"center\">\n  <table>\n    <tr>\n      <th>Parameter</th>\n      <th>Section</th>\n    </tr>";
    #line 47 "template\en\default\index.html.tmpl"

But i m not getting what i had done wrong?


Thanks in advance...... ------=_Part_40047_25657020.1176970531271-- From bounces@nabble.com Mon Apr 16 09:31:44 2007 Return-Path: X-Original-To: bugzilla-devel-list@gnome.org Delivered-To: bugzilla-devel-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0F0213B0190 for ; Mon, 16 Apr 2007 09:31:44 -0400 (EDT) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Score: -0.187 X-Spam-Level: X-Spam-Status: No, score=-0.187 tagged_above=-999 required=2 tests=[BAYES_40=-0.185, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] X-Amavis-OS-Fingerprint: Linux 2.4-2.6 (up: 2014 hrs), (distance 15, link: ethernet/modem), [72.21.53.35] Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pk3w-u9OKWD5 for ; Mon, 16 Apr 2007 09:31:42 -0400 (EDT) Received: from talk.nabble.com (www.nabble.com [72.21.53.35]) by menubar.gnome.org (Postfix) with ESMTP id 047D13B00F4 for ; Mon, 16 Apr 2007 09:31:41 -0400 (EDT) Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HdRIy-0005Kv-MD for bugzilla-devel-list@gnome.org; Mon, 16 Apr 2007 06:31:40 -0700 Message-ID: <10016032.post@talk.nabble.com> From: mukul123 To: bugzilla-devel-list@gnome.org Subject: how i can restore the old data of bugzilla2.20.2 to bugzilla2.22.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mukul.gupta@tenongroove.com X-Mailman-Approved-At: Thu, 06 Sep 2007 03:53:47 -0400 X-BeenThere: bugzilla-devel-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: "Discussions about the local gnome.org Bugzilla code" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 16 Apr 2007 13:31:44 -0000 X-Original-Date: Mon, 16 Apr 2007 06:31:40 -0700 (PDT) X-List-Received-Date: Mon, 16 Apr 2007 13:31:44 -0000 Hi We have currently running Bugzilla 2.20.2 on Platform ----------- OS - Windows 2000 Professional Active State Perl - 5.8.8 My SQL - 4.1.9 Apache - 2.0.59 We want to migrate to Bugzilla2.22.2 Platform ----------- OS - Windows 2000 Professional Active State Perl - 5.8.8 My SQL - 4.1.9 Apache - 2.0.59 Steps followed Step 1) Downloaded tar file for Bugzilla2.22.2 Step 2) Taken dump from MY sql mysqldump -u root -p --databases bugs > bugs.db.backup Step 3) unzipped for Bugzilla2.22.2 tar file in local drive copied old data/ directory and the "localconfig" file to the new installation. Step 4) Ran checksetup.pl Step 5) Bugzilla is up, done the santity check everything is fine. Now the problem starts I need to import data of dump taken at step 2. Step 6) import the dump Bug taken at step 2 The url to access Bugzilla works fine but as soon as i log in then error message appears. Analysis There are schema changes in Bugzilla2.22.2 so when i import the dump schema changes in Named_queries,attachments and other tables goes off leading to error. Looking solution for problem stated below Please help how i can restore the old data of bugzilla2.20.2 to bugzilla2.22.2 Thanks in advance.Please Help. -- View this message in context: http://www.nabble.com/how-i-can-restore-the-old-data-of-bugzilla2.20.2-to-bugzilla2.22.2-tf3584434.html#a10016032 Sent from the Gnome - Bugzilla - Dev mailing list archive at Nabble.com.
ParameterSection