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
  #111  
Old 07-17-2011, 10:26 AM
 
zenpig zenpig is offline
 

Member
  
Join Date: Nov 2004
Posts: 19
 

Default Re: X-Cart v4.4.3 released

yeah, still shows the same date on the dl area. no idea..for kicks just dl'ed it again and viewed the file directly in crimson editor before decompressing the whole thing and still shows the same missing line for me. Trying to wrap my head around this one. thanks for the replies, though...maybe I'm losing it
__________________
Xcart 4.6.5 gold
Apache 2.2.29
PHP 5.4.34
MySQL 5.6.17
  #112  
Old 07-17-2011, 10:34 AM
 
N00dles N00dles is offline
 

Advanced Member
  
Join Date: Jul 2011
Posts: 43
 

Default Re: X-Cart v4.4.3 released

Weird i just downloaded the gold.tgz and the files are there.
__________________
x-cart 4.4.3
  #113  
Old 07-17-2011, 11:39 AM
 
zenpig zenpig is offline
 

Member
  
Join Date: Nov 2004
Posts: 19
 

Default Re: X-Cart v4.4.3 released

the files are there...do you see a line "include $xcart_dir . '/include/address_book.php'" in xcart/address_book.php near the top of that one file, though?
__________________
Xcart 4.6.5 gold
Apache 2.2.29
PHP 5.4.34
MySQL 5.6.17
  #114  
Old 07-17-2011, 11:49 AM
 
N00dles N00dles is offline
 

Advanced Member
  
Join Date: Jul 2011
Posts: 43
 

Default Re: X-Cart v4.4.3 released

Sorry I see what you mean now the actutal include code is missing from the script yes your right its missing.
Just a blank space where it should go.
__________________
x-cart 4.4.3
  #115  
Old 07-19-2011, 10:50 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.4.3 released

This bug exists in all 4.4.x versions.
On general settings page / default customer options for default country / state is a text field instead of dropdown with states list for selected country. To fix run this sql query either on upgrade/patch page in admin or phpmyadmin

UPDATE `xcart_config` SET `type` = 'state' WHERE `xcart_config`.`name` = 'default_state';
__________________
Steve Stoyanov
CFLSystems.com
Web Development

The following user thanks cflsystems for this useful post:
parekh81 (09-01-2011)
  #116  
Old 07-25-2011, 12:08 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 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.

For 4.4.3, the <xcart_dir>/include/address_book.php is not included in <xcart_dir>/address_book.php anymore; it is only included in <xcart_dir>/include/register.php.

However, to fix the blank page issue, use this fix:

- modify <xcart_dir>/address_book.php, add this line:

x_load('user');

- right after this line:

include $xcart_dir . '/include/common.php';
__________________
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
  #117  
Old 07-25-2011, 12:10 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
This bug exists in all 4.4.x versions.
On general settings page / default customer options for default country / state is a text field instead of dropdown with states list for selected country. To fix run this sql query either on upgrade/patch page in admin or phpmyadmin

UPDATE `xcart_config` SET `type` = 'state' WHERE `xcart_config`.`name` = 'default_state';

This has been fixed for 4.4.4:
http://bugtracker.qtmsoft.com/view.php?id=40061
__________________
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
  #118  
Old 07-25-2011, 06:53 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.4.3 released

Bug with Gift Certificate - reported in bugtracker

1. make sure GC module is off
2. add GC as payment method
3. add to cart, go to checkout - use OPC
4. GC shows as payment payment

WHAT IS THE EXPECTED RESULT? GC should not show as payment method if the module is off no matter what

WHAT HAPPENS INSTEAD? GS shows as payment method even if module is off
__________________
Steve Stoyanov
CFLSystems.com
Web Development

The following user thanks cflsystems for this useful post:
parekh81 (09-01-2011)
  #119  
Old 08-17-2011, 11:33 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: X-Cart v4.4.3 released

QT when do you plan to release maybe the last updated version in 4.4 branch? September - October?
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
  #120  
Old 08-17-2011, 07:12 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.4.3 released

last post was for Sept 15
__________________
Steve Stoyanov
CFLSystems.com
Web Development
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 01:22 AM.

   

 
X-Cart forums © 2001-2020