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.6.1 released (https://forum.x-cart.com/showthread.php?t=67738)

Duramax 6.6L 09-16-2013 03:40 AM

Re: X-Cart 4.6.1 released
 
Quote:

Originally Posted by mgwashburn
Not sure whats going on...

during the attempted upgrade frfom 4.6 to 4.6.1 getting the following:

http://i555.photobucket.com/albums/jj480/durableman/screenofxcart_zps5476771b.png

The screen before this I get all green checkboxes. I have chmodded everything to 777 and chowned all of the files to ensure it wasn't a permissions issue...

any ideas?


I am having a problem, but I am getting multiple sql error for the patch not being applied.

Duramax 6.6L 09-16-2013 04:23 AM

Re: X-Cart 4.6.1 released
 
What file do you edit to remove the sql lines that are giving an error. I beleive this is happening because I applied some patches provide by xcart.

quietcoolone 09-17-2013 06:16 AM

Re: X-Cart 4.6.1 released
 
Problem saving "Bill me later financing" module settings.
I did not want the banners on home page or category pages, so i selected the disable option, but after clicking the apply changes button, the settings defaults back to "at the top of page"

There is also a change in product management
In prior version, clicking on 'related product' links would open that product for editing, now when you click on 'related product' the product is previewed in browser. The option to quickly edit related products is gone and the only way to edit them is to begin a new search. I'm I missing a setting to disable this preview option?

Thanks.

random 09-17-2013 11:11 PM

Re: X-Cart 4.6.1 released
 
1 Attachment(s)
Quote:

Originally Posted by quietcoolone
Problem saving "Bill me later financing" module settings.
I did not want the banners on home page or category pages, so i selected the disable option, but after clicking the apply changes button, the settings defaults back to "at the top of page"


Thanks for reporting this issue.
Please apply the attached patch file (bml_disable_fix.diff) through Patch/Upgrade center in back-end.

Quote:

Originally Posted by quietcoolone
There is also a change in product management
In prior version, clicking on 'related product' links would open that product for editing, now when you click on 'related product' the product is previewed in browser. The option to quickly edit related products is gone and the only way to edit them is to begin a new search. I'm I missing a setting to disable this preview option?
Thanks.


Sorry, there are no such option, but we'll consider to add "Modify this product" button to a new preview page in the next release.
Meanwhile, you can apply the patch (related_allow_edit.diff) which adds link to edit next to preview link.

quietcoolone 09-18-2013 07:22 AM

Re: X-Cart 4.6.1 released
 
Quote:

Originally Posted by random
Thanks for reporting this issue.
Please apply the attached patch file (bml_disable_fix.diff) through Patch/Upgrade center in back-end.

Sorry, there are no such option, but we'll consider to add "Modify this product" button to a new preview page in the next release.
Meanwhile, you can apply the patch (related_allow_edit.diff) which adds link to edit next to preview link.


Bill me later module is still not working properly. After applying the patch i was able to set and save the options including "disable", however if i edit and save the setting for any other module, Bill me later settings defaults back to "top of page"

random 09-18-2013 07:47 AM

Re: X-Cart 4.6.1 released
 
1 Attachment(s)
Quote:

Originally Posted by quietcoolone
Bill me later module is still not working properly. After applying the patch i was able to set and save the options including "disable", however if i edit and save the setting for any other module, Bill me later settings defaults back to "top of page"


Sorry, haven't tested well the workaround patch.
Here is the new one - you can revert previous or just keep it as is - there should be no conflicts.

quietcoolone 09-18-2013 08:36 AM

Re: X-Cart 4.6.1 released
 
Quote:

Originally Posted by random
Sorry, haven't tested well the workaround patch.
Here is the new one - you can revert previous or just keep it as is - there should be no conflicts.


The new patch did the trick.

Thank you.

cherie 09-18-2013 08:25 PM

Re: X-Cart 4.6.1 released
 
Quote:

Originally Posted by random
bml_disable_fix2.zip (723 Bytes)

Just curious, why is a second file being patched just to add a function with a single line in it and being called just once? Why not just add the single line in place of the function call? Maybe you have future plans for this new function to be called elsewhere?

random 09-18-2013 10:09 PM

Re: X-Cart 4.6.1 released
 
Quote:

Originally Posted by cherie
Just curious, why is a second file being patched just to add a function with a single line in it and being called just once? Why not just add the single line in place of the function call? Maybe you have future plans for this new function to be called elsewhere?


No, I don't think it will be called anywhere, but it's just a part of modular program logic. No module code should be directly in the core - just calls of module functions (i.e. entrypoints).

Anyway, this is just a 5-minute workaround fix, there is also one note on it - once module is disabled, these settings also will be reset. This isn't a very big deal to bring them back, but still not good :-)
To fix this we'll need to modify the database which I wanted to avoid in the WA patch, but this will be done in the next release.

cflsystems 09-23-2013 03:36 PM

Re: X-Cart 4.6.1 released
 
Quote:

Originally Posted by Duramax 6.6L
I am having a problem, but I am getting multiple sql error for the patch not being applied.


This is due to permissions on your site files. The installation process is trying to open patch_pre.php first and delete file and sets a variable if the installation can continue or not. For some reason probably permissions it cannot do this.

Open

/admin/upgrade.php

and find

$prepatch_errorcode = 0;

and change it to

$prepatch_errorcode = 1;

After the upgrade finishes make sure to reverse it back


All times are GMT -8. The time now is 02:25 PM.

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