Bugzilla – Attachment 28422 Details for
Bug 12023
Web installer fails under plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12023: installer - FIX redirect to step 3
Bug-12023-installer---FIX-redirect-to-step-3.patch (text/plain), 1.06 KB, created by
Jonathan Druart
on 2014-05-22 11:03:12 UTC
(
hide
)
Description:
Bug 12023: installer - FIX redirect to step 3
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-05-22 11:03:12 UTC
Size:
1.06 KB
patch
obsolete
>From 10fe1ab8f919bda9479b278a57db6068257fe3f3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 22 May 2014 13:00:07 +0200 >Subject: [PATCH] Bug 12023: installer - FIX redirect to step 3 > >This patch fixes the redirection to step 3. > >If you go on installer/install.pl and Koha is already installed, >you should be redirected to the step 3. Without this patch, the >script raised an internal error (500). > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > installer/install.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/install.pl b/installer/install.pl >index e2ee372..389dabd 100755 >--- a/installer/install.pl >+++ b/installer/install.pl >@@ -397,8 +397,8 @@ else { > if ( $rq->execute ) { > my ($version) = $rq->fetchrow; > if ($version) { >- $query->redirect("install.pl?step=3"); >- exit; >+ print $query->redirect("/cgi-bin/koha/installer/install.pl?step=3"); >+ exit; > } > } > } >-- >2.0.0.rc2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12023
:
26734
|
28411
|
28421
|
28422
|
28452