Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
If you are interested in code changes you can try this brand new mod.

http://www.icyphoenix.com/viewtopic.php?f=32&t=4134

Let me know.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
Downloading and testing
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
There are three = on this line (739) of functions.php, it's right?

Code: [Download] [Hide]
  1. elseif ( ($userdata['user_id'] === ANONYMOUS) && ($board_config['default_lang'] !== $default_lang) ) 

 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
thanks... downloading and install...
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  
 



 
tc1967ukSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
After the aplpatch Icy Phoenix 1.2.0.27b I have problems with two of the MOD's cash and to shop  


85427423eb1
46734400iz9
30383208ng5
92696236wp1
84078564th3


The way to solve it will be reinstating the MOD's again or will the problem of updating.
 




____________
? JHOSMAN - Webmaster
 
JHOSMANSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
Very thx

Second page in Album works!!!
 




____________
URL: http://agressor.cl
Versi?n: Icy Phoenix 1.2.0.27
Plantilla usuada: Black Pearl
MODs instalados: Level Mod
Parches Instalados: Nothing
Servidor: http://dreamhost.com
 
HazardSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
JHOSMAN, you 'll have to ask the author of that mods.
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
Thanks for the new patch!

Zuker wrote: [View Post]
There are three = on this line (739) of functions.php, it's right?

Code: [Download] [Hide]
  1. elseif ( ($userdata['user_id'] === ANONYMOUS) && ($board_config['default_lang'] !== $default_lang) ) 
It shouldn't...

I think this should be right:
Code: [Download] [Hide]
  1. 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!
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
Ok, sorry
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
Mighty Gorgon wrote: [View Post]
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
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.0.27b Patch 
 
Thanks a lot. download and install
 



 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
MorlockSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron