X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   X-Cart 4.1.0 released (https://forum.x-cart.com/showthread.php?t=21186)

jeeya 05-03-2006 04:04 AM

"pages" folder wasn't created in skin1 automatically.

velander 05-03-2006 09:53 AM

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.

intel352 05-03-2006 10:02 AM

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.

Chuchen 05-03-2006 09:31 PM

Wow, seems there are problems with this new version. Should I wait a little bit a new version with patchs? Thanks for your advices.

gannawdm 05-04-2006 09:57 AM

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?

intel352 05-04-2006 09:58 AM

the 3.5 change to 4.0 was fairly drastic, this 'unstable' period should be noticeably lesser, imho

cherie 05-07-2006 01:03 AM

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. :wink:

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! :D

longhorn180 05-07-2006 12:20 PM

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


TL408 05-08-2006 05:41 AM

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

-Tuan

schawel 05-09-2006 12:36 PM

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?


All times are GMT -8. The time now is 11:26 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.