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

X-Cart 4.1.0 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #121  
Old 05-03-2006, 04:04 AM
 
jeeya jeeya is offline
 

X-Adept
  
Join Date: May 2003
Location: USA
Posts: 807
 

Default

"pages" folder wasn't created in skin1 automatically.
__________________
X-Cart Version 4.1.8
Hosted on Linux
Reply With Quote
  #122  
Old 05-03-2006, 09:53 AM
  velander's Avatar 
velander velander is offline
 

Advanced Member
  
Join Date: Feb 2003
Location: Portland, OR USA
Posts: 62
 

Default

Quote:
Has anyone had problems with installing 4.1, on step 9? It hangs at that step for me... Only the header loads, no errors.

I had the same problem, but the store seems to have installed ok. I haven't found anything that isn't working yet, but I still wonder if everything that the install was suppose to do got done.
__________________
Eric Vaterlaus
http://www.co-operations.com/
21 X-Cart Gold Installations on Linux
Versions 3.5.4 - 4.2.0
Reply With Quote
  #123  
Old 05-03-2006, 10:02 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default

I found out the issue is due to an as-yet-undetermined-by-me setting in PHP. To get X-Cart to fully install properly without quitting during the install procedure, I had to modify install.php

Search for any instance where 'init.php' is included in a function. add the following code somewhere within that same function (I usually add it either right over the 'include' statement, or after the opening brace of the function):
Code:
global $HTTP_SERVER_VARS,$HTTP_GET_VARS,$HTTP_COOKIE_VARS,$HTTP_POST_VARS, $HTTP_POST_FILES; global $reject,$__name,$__avar,$GLOBALS,$HTTP_ENV_VARS;

What happens is prepare.php is called by init.php, and depends upon several variables in PHP being available for parsing. Those variables are not automatically registered as globals within a function (on my PHP install), so that results in prepare.php failing, killing the install script.
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote
  #124  
Old 05-03-2006, 09:31 PM
 
Chuchen Chuchen is offline
 

Advanced Member
  
Join Date: Dec 2005
Posts: 37
 

Default

Wow, seems there are problems with this new version. Should I wait a little bit a new version with patchs? Thanks for your advices.
__________________
xcart v4.1.1 [MacOS] / x-aom-4.1.1 / x-offers-4.1.1 / x-rma-4.1.1 / X-Magnifier-4.1.1 (and... happy with x-Cart !)
Reply With Quote
  #125  
Old 05-04-2006, 09:57 AM
  gannawdm's Avatar 
gannawdm gannawdm is offline
 

Member
  
Join Date: Jan 2006
Posts: 24
 

Default surprised?

You shouldn't be surprised if there are bugs in this release. You should go back in this forum to the release of 4.0.0 and look at the dates between releases and the number of bugs fixed.

4.0.1 was released 2 weeks after the initial release and had fixed OVER 60 bugs. It wasn't until 8 months later with the release of 4.0.12 when it was finally announced as stable.

Of course going from 3.5 to 4.0 may have been a more difficult transition than going from 4.0 to 4.1?

I am a new customer and wasn't around during the 3.5 to 4.0 upgrade. Were the software changes drastically greater than the current upgrade? Can we expect a stable release sooner than 8 months?
__________________
Forgetmenotjewelry.com
Fine sapphire jewelry with a romantic message.

x-cart 4.0.17 gold
Reply With Quote
  #126  
Old 05-04-2006, 09:58 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default

the 3.5 change to 4.0 was fairly drastic, this 'unstable' period should be noticeably lesser, imho
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote
  #127  
Old 05-07-2006, 01:03 AM
  cherie's Avatar 
cherie cherie is offline
 

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

Default

Just completed an upgrade from 4.0.18 to 4.1. Everything is great except for the following:

1. It took quite a while to complete the upgrade because it initially failed on the following:
Code:
ALTER TABLE xcart_pricing ADD INDEX pv (productid, variantid);
I decided to walk through the upgrade process removing items it was choking on until it completed. This took a while.

2. master and other accounts cannot login. Not with the password that was already set, 'master', or empty. I have a script I used with b1 that helps to reset the password and it worked without modification (in case you have a copy of my script, this might be helpful). It's odd that the same problem still exists. Hopefully I won't have to write something to convert passwords from 4.0.18 to 4.1 to fix the rest.

3. xcart_categories_subcount is empty making it impossible to search products or see category products from the admin. Anyone have a fix for this? Otherwise, I'm hoping the tables line up close enough to make manual export/import possible.

4. The xcart_images_* tables are empty. No products have pictures.

It is quite possible that #1 is causing the rest, but I'm not sure that is the case.

Have fun!
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #128  
Old 05-07-2006, 12:20 PM
 
longhorn180 longhorn180 is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Richmond, Virginia
Posts: 187
 

Default

When I go to the advanced search page and I try to perform a search in any of the extra fields that I set up under 'search also in', I get this sql error.


Code:
INVALID SQL: 1109 : Unknown table 'xcart_extra_field_values' in where clause SQL QUERY FAILURE:SELECT COUNT(xcart_products.productid) FROM xcart_pricing, xcart_products LEFT JOIN xcart_quick_flags ON xcart_quick_flags.productid = xcart_products.productid LEFT JOIN xcart_products_lng ON xcart_products_lng.productid = xcart_products.productid AND xcart_products_lng.code = 'US' LEFT JOIN xcart_product_memberships ON xcart_product_memberships.productid = xcart_products.productid INNER JOIN xcart_quick_prices ON xcart_quick_prices.productid = xcart_products.productid AND xcart_quick_prices.membershipid = 0 INNER JOIN xcart_products_categories ON xcart_products_categories.productid = xcart_products.productid INNER JOIN xcart_categories ON xcart_products_categories.categoryid = xcart_categories.categoryid LEFT JOIN xcart_category_memberships ON xcart_category_memberships.categoryid = xcart_categories.categoryid WHERE xcart_quick_prices.priceid = xcart_pricing.priceid AND xcart_products.product_type <> 'C' AND xcart_products.forsale <> 'B' AND ((IF(xcart_products_lng.product != '', xcart_products_lng.product, xcart_products.product) LIKE '%grisham,%' AND IF(xcart_products_lng.product != '', xcart_products_lng.product, xcart_products.product) LIKE '%john%') OR (xcart_extra_field_values.value LIKE '%grisham, john%' AND xcart_extra_fields.fieldid = '1')) AND xcart_category_memberships.membershipid IS NULL AND xcart_product_memberships.membershipid IS NULL AND xcart_categories.avail = 'Y' AND xcart_products.forsale = 'Y' AND (xcart_products.avail > 0 OR xcart_products.product_type NOT IN ('','N')) GROUP BY xcart_products.productid ORDER BY xcart_products.product ASC, xcart_products.product ASC Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/thecrack/public_html/four/include/func/func.db.php on line 125
__________________
4.1.9 (Linux) Live Store
www.thecrackedbook.com
Find used books and out of print books.
Reply With Quote
  #129  
Old 05-08-2006, 05:41 AM
 
TL408 TL408 is offline
 

X-Adept
  
Join Date: Jan 2005
Posts: 549
 

Default

I hope X-cart will release ver 4.1.1 update soon to address all of these issues mentioned.

-Tuan
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9
Reply With Quote
  #130  
Old 05-09-2006, 12:36 PM
 
schawel schawel is offline
 

Advanced Member
  
Join Date: Apr 2006
Location: San Francisco
Posts: 78
 

Default ROCK and roll..

Is the 4.1.0 version ready to rock? or is it still a bit unstable? I looked at it when it first released and posted then. I read through all the forums threads since then..

Balinor any advice? Exp users?
__________________
X-Cart Gold v4.0.18
L.A.M.P model
MySQL 4.0.25-standard
PHP 4.3.10
DSEFU Mod
Reply With Quote
Reply
   X-Cart forums > News and Announcements


Thread Tools

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 08:13 AM.

   

 
X-Cart forums © 2001-2020