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

X-Cart v4.4.4 released

 
Closed Thread
   X-Cart forums > News and Announcements
 
Thread Tools
  #71  
Old 10-19-2011, 02:08 PM
  Ana's Avatar 
Ana Ana is offline
 

Senior Member
  
Join Date: Aug 2004
Location: Hurricane Alley, South Florida USA
Posts: 186
 

Default Re: X-Cart v4.4.4 released

Quote:
Originally Posted by cflsystems
One warning for anyone using jquery from CDN (like Google and others) - make sure you are loading 1.6.2 or OPC and and some admin features depending on it will not work

You're saying that jquery 1.6.4 is going to fubar features? ( I may not have noticed yet.)

Ana
__________________
"Real knowledge is to know the extent of one's ignorance."-- Confucius

X-Cart 4.4.4
MySQL 5.0.92
Apache/2.0.64 (Unix)
PHP 5.3.6
CentOS 5.5

MODS:
Template Mela- Theme XCT010002
Altered Cart- CheckoutOne
BCS Engineering- Back In Stock Notification
X-Cart Mods- Thumbnail Candy
X-Cart Mods-Advanced Shop Closed
Google Site Search
  #72  
Old 10-19-2011, 03:12 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: X-Cart v4.4.4 released

4.4.4 comes with 1.6.2 - if you load anything before 1.6.2 some of the admin features won't work, newer versions - should be ok
__________________
Steve Stoyanov
CFLSystems.com
Web Development

The following user thanks cflsystems for this useful post:
Ana (10-22-2011)
  #73  
Old 10-19-2011, 03:36 PM
  kustomrides's Avatar 
kustomrides kustomrides is offline
 

eXpert
  
Join Date: Apr 2005
Location: Southern California
Posts: 212
 

Default Re: X-Cart v4.4.4 released

Finished the upgrade, but am getting a 403 error when accessing the cart:

You are not allowed to access that resource!

Id: 79


ANy ideas? I'll try to hunt this down meantime

xcart shows id 79 to be:

ID 79 (include/func/func.db.php):
- Resolution of table field names between supplied data and SHOW FIELDS FROM failed (e.g. there's a problem with the SQL tables)

Edit 2: Still getting the 403 error (Apache) after restoring then upgrading.
Only files I took off the file list after patching manually were skin/common_files/admin/menu_box.tpl ;
skin/common_files/customer/home.tpl ;
skin/common_files/customer/service_js.tpl ;
skin/common_files/main/product_details.tpl ;

Would one of these files be needed to update the SQL table ???

ANyway, back to 4.4.3 for me. Only wanted 4.4.4 for the google feed update anyway, so maybe try that standalone.
__________________
x-cart Gold 4.7.4
RedHat Linux 7.2; Pearl 5.20.2; PHP 5.5.26; MySQL 5.6.27, server 5.1.54;
Ruby 2.1.5p273; Python 3.4.2;

Several mods in menu and skin, BSCE shipping-per-product, CDSEO Pro
  #74  
Old 10-22-2011, 12:03 AM
 
josebueso josebueso is offline
 

eXpert
  
Join Date: Apr 2006
Location: USA
Posts: 371
 

Default Re: X-Cart v4.4.4 released

Hello

I upgraded to xcart 4.4.4 and now I have xcart advertising in the admin every time I log in.

I paid for this license and I don't want to see any advertising, how can I remove this.

Blessing

Saul
__________________
Saul
x-cart 4.7.9 Gold Plus

www.uncionmusic.com
  #75  
Old 10-22-2011, 05:15 AM
  seyfin's Avatar 
seyfin seyfin is offline
 

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

Default Re: X-Cart v4.4.4 released

Quote:
Originally Posted by kustomrides
Finished the upgrade, but am getting a 403 error when accessing the cart:

You are not allowed to access that resource!

Id: 79


ANy ideas? I'll try to hunt this down meantime

xcart shows id 79 to be:

ID 79 (include/func/func.db.php):
- Resolution of table field names between supplied data and SHOW FIELDS FROM failed (e.g. there's a problem with the SQL tables)

Edit 2: Still getting the 403 error (Apache) after restoring then upgrading.
Only files I took off the file list after patching manually were skin/common_files/admin/menu_box.tpl ;
skin/common_files/customer/home.tpl ;
skin/common_files/customer/service_js.tpl ;
skin/common_files/main/product_details.tpl ;

Would one of these files be needed to update the SQL table ???

ANyway, back to 4.4.3 for me. Only wanted 4.4.4 for the google feed update anyway, so maybe try that standalone.

When you use the X-cart built-in upgrade utility, the first step of the upgrade process is applying file patches, the second one - applying database update patch (patch.sql).

Make sure the second step has been completed correctly.

By the way, you can use a special patch to update the froogle feed module in your 4.4.3 cart:

How do I update the Google/Froogle module to meet the latest Google's Product Feed Specification?
__________________
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
  #76  
Old 10-22-2011, 06:36 AM
  seyfin's Avatar 
seyfin seyfin is offline
 

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

Default Re: X-Cart v4.4.4 released

Quote:
Originally Posted by josebueso
I upgraded to xcart 4.4.4 and now I have xcart advertising in the admin every time I log in.

I paid for this license and I don't want to see any advertising, how can I remove this.

Modify <xcart_dir>/skin/common_files/admin/main/main.tpl file, find this line:

{if $smarty.cookies.hide_dialog_xcart_news eq ''}

and change it to:

{if false && $smarty.cookies.hide_dialog_xcart_news eq ''}
__________________
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

The following user thanks seyfin for this useful post:
josebueso (10-27-2011)
  #77  
Old 10-24-2011, 03:43 PM
  kustomrides's Avatar 
kustomrides kustomrides is offline
 

eXpert
  
Join Date: Apr 2005
Location: Southern California
Posts: 212
 

Default Re: X-Cart v4.4.4 released

I'm getting multiple SQL errors on the 4.4.3-4.4.4 upgrade (on top of the 403 server error mentioned above in accessing cart.php).
∙ ALTER TABLE xcart_amazon_orders ADD UNIQUE ao (amazon_oid, orderid)
∙ ALTER TABLE xcart_amazon_orders DROP INDEX amazon_oid
∙ ALTER TABLE xcart_cc_pp3_data ADD param6 varchar(255) NOT NULL DEFAULT '' AFTER param5
∙ ALTER TABLE xcart_cc_pp3_data ADD param7 varchar(255) NOT NULL DEFAULT '' AFTER param6
∙ ALTER TABLE xcart_cc_pp3_data ADD param8 varchar(255) NOT NULL DEFAULT '' AFTER param7
∙ ALTER TABLE xcart_config ADD INDEX category (category)

Not sure what to do with the 4.4.3-4 upgrade at this point. Seems to be the most problematic upgrade I've come across since 4.1.12. I realize others have had issue with other upgrades while I just breezed through them. I guess it's a matter of how your cart is set up (?).
__________________
x-cart Gold 4.7.4
RedHat Linux 7.2; Pearl 5.20.2; PHP 5.5.26; MySQL 5.6.27, server 5.1.54;
Ruby 2.1.5p273; Python 3.4.2;

Several mods in menu and skin, BSCE shipping-per-product, CDSEO Pro
  #78  
Old 10-24-2011, 07:18 PM
 
heather@MX1 heather@MX1 is offline
 

Senior Member
  
Join Date: Oct 2009
Posts: 123
 

Default Re: X-Cart v4.4.4 released

Quote:
Originally Posted by kustomrides
I'm getting multiple SQL errors on the 4.4.3-4.4.4 upgrade (on top of the 403 server error mentioned above in accessing cart.php).
∙ ALTER TABLE xcart_amazon_orders ADD UNIQUE ao (amazon_oid, orderid)
∙ ALTER TABLE xcart_amazon_orders DROP INDEX amazon_oid
∙ ALTER TABLE xcart_cc_pp3_data ADD param6 varchar(255) NOT NULL DEFAULT '' AFTER param5
∙ ALTER TABLE xcart_cc_pp3_data ADD param7 varchar(255) NOT NULL DEFAULT '' AFTER param6
∙ ALTER TABLE xcart_cc_pp3_data ADD param8 varchar(255) NOT NULL DEFAULT '' AFTER param7
∙ ALTER TABLE xcart_config ADD INDEX category (category)

Not sure what to do with the 4.4.3-4 upgrade at this point. Seems to be the most problematic upgrade I've come across since 4.1.12. I realize others have had issue with other upgrades while I just breezed through them. I guess it's a matter of how your cart is set up (?).

I agree with you - I just upgraded 4.4.2 to 4.4.4 and started the process thinking it wouldn't be very difficult. Took longer than I expected due to various sql errors (similar to yours). I've upgraded my cart across branches (4.3-4.4) and didn't have as many problems. But I got it done (thanks to Steve @ CFLsystems who posted an answer to my post yesterday). This is what I did, and it worked.

Assuming your pre-patch notice came back ok (all the templates/php files are patched) - open the patch.sql from the upgrade pack in a text editor (I use notepad++). Anything above the lines you posted have been patched. Anything including those lines and down has not. Remove those lines and paste them into another document, save the patch and run it again. Assuming that patch runs without problems you just have ones you posted above to patch. Try running each one separately (you can do this in the admin>tools>apply sql patch. You may need to run them out of the order they are listed in as well. If one fails try the next. It worked for me, and my cart is working - except for a totally unrelated issue with https module which seems to be a problem for quite a few others since upgrading to 4.4.4...but that's another post.

Hope this helps
__________________
4.4.5 Gold
  #79  
Old 10-25-2011, 02:09 AM
 
Jobananas Jobananas is offline
 

Advanced Member
  
Join Date: Mar 2011
Posts: 55
 

Default Re: X-Cart v4.4.4 released

Trying to upgrade to 4.4.4 from 4.4.2 and getting a couple of problems.

Made a copy of the database and copied the live site to a different domain. Updated config.php to point to the new database and domain.

For some reason when I now try to login as admin it tells me the username and password are incorrect?

Any ideas why this is happening?
__________________
X-Cart - 4.4.4 (Live)
OPC / On Sale
Power Filter
CDSEO
Linux
  #80  
Old 10-25-2011, 02:15 AM
 
candc candc is offline
 

eXpert
  
Join Date: Jul 2009
Location: UK
Posts: 292
 

Default Re: X-Cart v4.4.4 released

Have you copied the Blowfish key to your new config .php as well?
__________________
Ver 4.4.4 Gold
Ability
BCSE Pre Order
BCSE Global Product Options
BCSE Stock Notify
CDSEO Pro
MM OPC - Gave up with it
Altered Cart OPC
XMobile
Powered by EWD

Ver 4.4.4 Gold
Ability
BCSE Pre Order
BCSE Global Product Options
BCSE Stock Notify
CDSEO Pro
Altered Cart OPC
XMobile
Powered by EWD
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 09:26 AM.

   

 
X-Cart forums © 2001-2020