Icy Phoenix
Old Patches - Icy Phoenix 1.2.0.27b Patch
Mighty Gorgon [ Sat 26 Apr, 2008 22:43 ]
Post subject: Icy Phoenix 1.2.0.27b Patch
Hi all,
here is a patch for Icy Phoenix 1.2.0.27 to fix some reported bugs.
All you have to do, in order to apply this patch, is to replace all files in your Icy Phoenix 1.2.0.27.
No DB and no TEMPLATE changes...
This patch will raise your versions to 1.2.0.27b from any 1.2.0.27 version you have installed.
You are invited to update your sites ASAP.
Icy Phoenix 1.2.0.27b Patch
Package Name: Icy Phoenix Patch
Package Version: 1.2.0.27b (it is a cumulative patch since 1.2.0.27)
Release Spot: Optimizing Memory...
DOWNLOAD: Icy Phoenix 1.2.0.27b Patch
Only changed files since Patch A:
http://www.icyphoenix.com/_release/ip_20080426_12027_patch.zip
P.S.: if you downloaded full package after 2008/04/26 you don't need to apply this patch.
Zuker [ Sun 27 Apr, 2008 02:18 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
Downloading and testing

Zuker [ Sun 27 Apr, 2008 02:34 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
There are three = on this line (739) of functions.php, it's right?
- elseif ( ($userdata['user_id'] === ANONYMOUS) && ($board_config['default_lang'] !== $default_lang) )
KugeLSichA [ Sun 27 Apr, 2008 12:18 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
thanks... downloading and install...
tc1967uk [ Sun 27 Apr, 2008 17:02 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
A special thanks for including the section about 'Only changed files since Patch A'. It made updating my site so much easier, as I only had to amend 1 file and I could upload and overwrite the rest.

JHOSMAN [ Sun 27 Apr, 2008 23:20 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
Hazard [ Mon 28 Apr, 2008 00:16 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
Very thx
Second page in Album works!!!
Zuker [ Mon 28 Apr, 2008 12:30 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
JHOSMAN, you 'll have to ask the author of that mods.
KasLimon [ Wed 30 Apr, 2008 15:40 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
Thanks for the new patch!
There are three = on this line (739) of functions.php, it's right?
- elseif ( ($userdata['user_id'] === ANONYMOUS) && ($board_config['default_lang'] !== $default_lang) )
It shouldn't...
I think this should be right:
- elseif ( ($userdata['user_id'] == ANONYMOUS) && ($board_config['default_lang'] != $default_lang) )
But you never know, maybe it is a special reason for doing it that way...
Greets!
Mighty Gorgon [ Wed 30 Apr, 2008 16:21 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
JHOSMAN, you need to edit your constants.php again I guess...
Zuker and
KasLimon, please refer to PHP manual to learn how comparisons may be made...
http://php.net/manual/en/language.operators.comparison.php
=== is different from == and needs to remain as is.
KasLimon [ Wed 30 Apr, 2008 16:37 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
Ok, sorry

Zuker [ Wed 30 Apr, 2008 22:19 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
JHOSMAN, you need to edit your constants.php again I guess...
Zuker and
KasLimon, please refer to PHP manual to learn how comparisons may be made...
http://php.net/manual/en/language.operators.comparison.php
=== is different from == and needs to remain as is.
that's why i asked

TheSteffen [ Fri 02 May, 2008 18:15 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
Thanks a lot. download and install
Morlock [ Mon 12 May, 2008 16:48 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
I have overwritten all the files and my header has disappeared. You can check here:
http://fisioweb.org
I have no image nor navigation var (Log in, search, unread messages...).
I have tried to reupload again the files, clean cache... But doesn't work. Any help?
Thank you in advance.
novice programmer [ Mon 12 May, 2008 18:01 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
I see it as weel as it should for the default theme.
Clear browser cache&cookies.
Next time create a new suppot ticket in the section designed for that.
Morlock [ Tue 13 May, 2008 00:14 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
I restored a backup I did before the update...
Sorry and thank you.
GAME_OVER [ Sat 31 May, 2008 17:46 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
So this is just an updated version with some bugs fixed? I guess I should update soon...
buldo [ Wed 04 Jun, 2008 10:03 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch
So this is just an updated version with some bugs fixed? I guess I should update soon...
You're right

pavan4ufriend [ Mon 23 Jun, 2008 12:54 ]
Post subject: Re: Icy Phoenix 1.2.0.27b Patch