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)
-   -   New release: X-Cart 4.6.4 Classic (https://forum.x-cart.com/showthread.php?t=69494)

ADDISON 07-09-2014 05:37 AM

Re: New release: X-Cart 4.6.4 Classic
 
Seeing such issues corrected after releasing, I suggest from now on before announcement of a new version at least 2 weeks for testing. Thank you!

cflsystems 07-09-2014 06:22 AM

Re: New release: X-Cart 4.6.4 Classic
 
This has been suggested many times....

aim 07-10-2014 06:52 AM

Re: New release: X-Cart 4.6.4 Classic
 
Quote:

Originally Posted by cherie
I ran into this issue when DEVELOPMENT_MODE was on. Turning that off before upgrading avoided this situation for me.


I have disabled an ability to upgrade in DEVELOPMENT_MODE since the patch.sql file cannot be applied in mysql strict mode for old mysql versions.

cherie 07-10-2014 09:33 AM

Re: New release: X-Cart 4.6.4 Classic
 
How did you do it? Is this changed in new upgrade packs?

aim 07-10-2014 09:46 AM

Re: New release: X-Cart 4.6.4 Classic
 
1 Attachment(s)
Quote:

Originally Posted by cherie
How did you do it? Is this changed in new upgrade packs?


I have added a simple warning message as an option

kustomrides 07-10-2014 02:22 PM

Re: New release: X-Cart 4.6.4 Classic
 
Easiest upgrade since I can remember (from 4.6.3)

cflsystems 07-16-2014 07:26 AM

Re: New release: X-Cart 4.6.4 Classic
 
Bug with XAuth module enabled.
I don't know if this is 4.6.4 bug or it was coded like this earlier.

When XAuth (Janrain) module is enabled and in use the checkout page does not have a way for customer to login to existing account. If customer goes to checkout page and did not login before that they cannot do this on the checkout page, the only thing they can do is to create new account.

With the XAuth module enabled the one line text on top of the page

Quote:

If you already have an account please sign in....


disappears. The reason being the module has in its func.php

PHP Code:

// Link display was disabled due to multiple customer requests
        
$smarty->assign('xauth_checkout_link_show'FALSE); 


That's fine. But why if you coded it like this an alternative way was not provided so customers can login to their existing accounts on checkout page... sloppy

Changing FALSE to TRUE will get back the login on checkout page OR modifying template files to disregard the XAuth module on checkout and show the normal XC login link.

The same is for the XAuth link on register page by the way.

I am not sure about the " Link display was disabled due to multiple customer requests" but I know customer requests were to make the Janrain module work properly not to just hide something so not to run it because it doesn't work properly....

https://bt.x-cart.com/view.php?id=43591

BBM_ 08-08-2014 12:05 AM

Re: New release: X-Cart 4.6.4 Classic
 
Maybe someone can suggest where I am missing a step please?

I'm attempting to install 4.6.4 into a sub directory for development and every time I do the skins are missing a lot of formatting (looks like not all the css is not being utilised) yet if I install in the root folder all is fine?

I'm on my 3rd attempt and there are no errors being logged.

Thanks in advance.

Ksenia 08-08-2014 12:27 AM

Re: New release: X-Cart 4.6.4 Classic
 
Quote:

Originally Posted by BBM_
Maybe someone can suggest where I am missing a step please?

I'm attempting to install 4.6.4 into a sub directory for development and every time I do the skins are missing a lot of formatting (looks like not all the css is not being utilised) yet if I install in the root folder all is fine?

I'm on my 3rd attempt and there are no errors being logged.


Ildar from X-Cart 4 maintenance team suggests that you should check permissions on CSS files.

Can you see any error like "403 forbidden" instecting the store (with broken layout) with "FireBug" of Firefox or "Developer Tools"of Google Chrome?

BBM_ 08-08-2014 12:46 AM

Re: New release: X-Cart 4.6.4 Classic
 
1 Attachment(s)
Many thanks for the response Ksenia,

Here is a sample of the logs it appears to relate to home.php

Note: this is at the install screen where I can preview the skin.


All times are GMT -8. The time now is 09:41 PM.

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