Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart v4.4.3 released

 
Closed Thread
   X-Cart forums > News and Announcements
 
Thread Tools
  #101  
Old 06-14-2011, 09:54 PM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.4.3 released

Quote:
Originally Posted by BCSE
Just so everyone's aware, we're finding that 4.4.3 is breaking most 3rd party modules out there. So be ready to get some help/support if you have 3rd party modules (i.e. don't upgrade on the fly on the weekend when there's less support).

We have released an updated version of upgrade packs to 4.4.3.

Now, when upgrading to version 4.4.3, the old module initialization routine is NOT removed, but it adds the new module initialization routine and a new option, "Use new module initialization routine" (disabled by default), which enables/disables the new feature. The new option will be added to v.4.4.4 as well.

Users who use regular 4.4.3 install, or the old version of upgrade packs to upgrade their install to 4.4.3, need to apply special patches, which:

- Restore the old module initialization routine, as an alternative to the new one;
- Add a new option "Use new module initialization routine" to the admin area, which enables/disables the new module initialization routine; the option is disabled by default.

For more information please refer to:
http://help.qtmsoft.com/index.php?title=X-Cart:New_module_initialization_routine

Thank you.
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart

Last edited by seyfin : 06-16-2011 at 04:17 AM.

The following 3 users thank seyfin for this useful post:
am2003 (06-15-2011), gb2world (07-25-2011), qualiteam (06-14-2011)
  #102  
Old 06-15-2011, 05:31 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.4.3 released

Sergey in this new upgrade pack version did you also take care of the files permissions bug? Also was the regular 4.4.3 install updated as well to include this?
__________________
Steve Stoyanov
CFLSystems.com
Web Development
  #103  
Old 06-15-2011, 06:50 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: X-Cart v4.4.3 released

I'm hoping the 4.4.4 upgrade recognizes both "versions" of 4.4.3.

It may have been better to roll this out as 4.4.4.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
  #104  
Old 06-16-2011, 03:38 AM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.4.3 released

Quote:
Originally Posted by cflsystems
Sergey in this new upgrade pack version did you also take care of the files permissions bug?

No, it did not, unfortunately. This issue is still under consideration. I think our maintenance team will work out a separate solution for this problem.

Quote:
Originally Posted by cflsystems
Also was the regular 4.4.3 install updated as well to include this?

I have adjusted the article to answer your question:

* http://help.qtmsoft.com/index.php?title=X-Cart:New_module_initialization_routine#Attention_u sers_who_use...0_June.2C_2011

If anything is still unclear, let me know, I will be glad to help further.

Thank you.
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart
  #105  
Old 06-16-2011, 04:01 AM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.4.3 released

Quote:
Originally Posted by cherie
I'm hoping the 4.4.4 upgrade recognizes both "versions" of 4.4.3.

We will take this issue into consideration, surely, when releasing the 4.4.4 upgrade.
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart
  #106  
Old 06-16-2011, 10:07 PM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.4.3 released

Quote:
Originally Posted by cflsystems
Sergey in this new upgrade pack version did you also take care of the files permissions bug?

If you do not want the upgrade script to change permissions on the files being patched, modify "include/patch.php" as follows:

- find this function definition:

function func_pch_write($filename, $data)

- then find this line below the function definition:

func_chmod_file($filename);

- and change it to:

// Do not change perm for patched files
#func_chmod_file($filename);
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart
  #107  
Old 07-16-2011, 06:18 PM
 
zenpig zenpig is offline
 

Member
  
Join Date: Nov 2004
Posts: 19
 

Default Re: X-Cart v4.4.3 released

In the current gold releases for 4.4.3(zip and tgz), haven't checked pro, the xcart/address_book.php appears to be missing "include $xcart_dir . '/include/address_book.php';" resulting in a blank page for users registering after submitting their username/pass and the same in their account when attempting to use the address tab. I'm assuming it is supposed to be there for when added it fixed that issue.
__________________
Xcart 4.6.5 gold
Apache 2.2.29
PHP 5.4.34
MySQL 5.6.17
  #108  
Old 07-17-2011, 04:29 AM
 
N00dles N00dles is offline
 

Advanced Member
  
Join Date: Jul 2011
Posts: 43
 

Default Re: X-Cart v4.4.3 released

Quote:
Originally Posted by zenpig
In the current gold releases for 4.4.3(zip and tgz), haven't checked pro, the xcart/address_book.php appears to be missing "include $xcart_dir . '/include/address_book.php';" resulting in a blank page for users registering after submitting their username/pass and the same in their account when attempting to use the address tab. I'm assuming it is supposed to be there for when added it fixed that issue.

Its in my version 4.4.3 maybe yours did not get uploaded.
__________________
x-cart 4.4.3
  #109  
Old 07-17-2011, 09:51 AM
 
zenpig zenpig is offline
 

Member
  
Join Date: Nov 2004
Posts: 19
 

Default Re: X-Cart v4.4.3 released

Quote:
Originally Posted by N00dles
Its in my version 4.4.3 maybe yours did not get uploaded.

thanks...it's actually not a matter of uploading the file. dl'ed both yesterday and unzipped them...both show that line missing in xcart/address_book.php locally. had previously dl'ed 4.4.3 last week and was the same. I know they repackage them occasionally...when was your dl of the file?
__________________
Xcart 4.6.5 gold
Apache 2.2.29
PHP 5.4.34
MySQL 5.6.17
  #110  
Old 07-17-2011, 10:05 AM
 
N00dles N00dles is offline
 

Advanced Member
  
Join Date: Jul 2011
Posts: 43
 

Default Re: X-Cart v4.4.3 released

Was a week or so ago but the file in the download section has a date some where around 5-5-2011 so wasn't that when it was last done ?
x-cart-4.4.3gold May 05 11 10:34:04.
x-cart-4.4.3gold May 05 11 10:34:04
__________________
x-cart 4.4.3
Closed Thread
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:20 AM.

   

 
X-Cart forums © 2001-2020