Upgrade halts on step 6.

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
adrien09

Upgrade halts on step 6.

Post by adrien09 »

Hey guys,

Trying to upgrade a site from 1.2.3 to 1.5.2.  I am running through the upgrade wizard and I stops on step 6 and gives me an internal server error. 

This is all I could get in the logfiles...
Premature end of script headers: php-wrapper.fcgi, referer: http://staging.ofint.com/fcib_cmsupgrad ... pgrade.php

the php-wrapper.fcgi thing is just something I had to do so that I could have my own php.ini file.  Unfortunately that is all I got.  During the first steps I pass all the tests in place. 

When I try and upgrade the same site on my windows box (home pc) I have no problems. 

To see my php.ini go to http://staging.ofint.com/phpinfo.php

I wish I had more to go one then that but that is all I got.  Any help you can offer me would be greatly appreciated.  I need for step 6 to work, I need to upgrade my plugin's.

Thoughts?

Thanks -Adrien
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: Upgrade halts on step 6.

Post by tyman00 »

What is part of Step 6? I don't have a site with the install folder on the server anymore.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
adrien09

Re: Upgrade halts on step 6.

Post by adrien09 »

Alright, I dug around in the files and played a bit.  It is getting hung up on:

Code: Select all

$gCms->modules[$modulename]['object']->Upgrade($module_version, $file_version);
So I commented that out and everything that happens after it and had it spit out the names of the modules that required updating.  They are Search and TinyMCE.

I was trying to find that upgrade fuction to see what exactly it was doing.  Maybe see if my php config had some disabled dll's that were required.
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: Upgrade halts on step 6.

Post by tyman00 »

Have you tried upgrading in baby steps? 1.3, 1.4, 1.5, 1.6.4

Please note that it is recommended you install 1.6.4 for security reasons.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
adrien09

Re: Upgrade halts on step 6.

Post by adrien09 »

Yes I have and they all failed.  I am trying to get to the most recent version.  1.5.2 was on the road there.  It sucks that it works on my windows box but not the unix hosted environment.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Upgrade halts on step 6.

Post by Dr.CSS »

Are you sure you have your config.php set to write during the upgrade?...
adrien09

Re: Upgrade halts on step 6.

Post by adrien09 »

Yes it is, in a previous step it says it upgraded my config.php.

This might seem like a stupid question but I did notice that my php setup on my hosted server does not have soap enabled.  While looking at the code for upgrading modules I saw a few lines that seem to make soap calls.  think I am on the right track?
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: Upgrade halts on step 6.

Post by tyman00 »

Could be. Also just to confirm what version of PHP is running on the server you are trying to install on?
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
adrien09

Re: Upgrade halts on step 6.

Post by adrien09 »

PHP Version 5.2.9.  You can see the phpinfo here
Pierre M.

Re: Upgrade halts on step 6.

Post by Pierre M. »

Hello,

I don't think it has a high probability to solve the issue, but try to disable your tinyproxy when testing. Its filter may filter/break/rewrite something. Or monitor its log.
I agree with tyman00 that a first step from 1.2 to 1.4 could help and provide System Info.

BTW (sorry if I have misread) how is a fresh 1.6.4 install from scratch on this system ?

Pierre M.
Locked

Return to “[locked] Installation, Setup and Upgrade”