Upgrading 2.5.4 to 2.6.1 - upgrade stalls on step 4

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
justmark
Posts: 4
Joined: Fri Nov 13, 2009 5:38 pm

Upgrading 2.5.4 to 2.6.1 - upgrade stalls on step 4

Post by justmark »

Hi,

I attempted to upgrade from 2.5.4 to 2.6.1. I followed the instructions, and have double/triple checked permissions, etc. When I run the upgrade procedure, everything runs smoothly until I get to the 4th step "Go to step 4 of 4" and then I get a grey banner that says "phpMyFAQ 2.6.1 Update" followed by nothing... Clearly the process bombs here, as the HTML comes to a halt:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>phpMyFAQ 2.6.1 Update</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="../template/default/favicon.ico" type="image/x-icon" />
<link rel="icon" href="../template/default/favicon.ico" type="image/x-icon" />
<style media="screen" type="text/css">@import url(style/setup.css);</style>
</head>
<body>

<h1 id="header">phpMyFAQ 2.6.1 Update</h1>


Any idea what might be causing this problem? Is there a switch I can flip to output some debugging information ?

Thanks,
Mark
oldperl
Posts: 37
Joined: Sat Oct 28, 2006 3:03 pm
Location: Franken
Contact:

Re: Upgrading 2.5.4 to 2.6.1 - upgrade stalls on step 4

Post by oldperl »

Hello Mark,

please remove the following code in ./install/update.php on line 433

Code: Select all

exit;
Regards

Ortwin
Man muss nicht alles wissen,
man muss nur wissen wo es steht

** FAQ CMS Contenido (powered by phpMyFAQ) ** - ** Forum CMS Contenido ** - ** DCEonline ** - ** DevBlog **
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Upgrading 2.5.4 to 2.6.1 - upgrade stalls on step 4

Post by Thorsten »

Hi,

Ortwin's fix is correct, sorry for this stupid bug introduced by myself. 2.6.2 is on the way.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply