Files were copied from the folder called "Installation for Zen Cart version 1.5.0" of mod "Dynamic Filter v1.0"
Is this mod not compatible with 1.5.1?
Files were copied from the folder called "Installation for Zen Cart version 1.5.0" of mod "Dynamic Filter v1.0"
Is this mod not compatible with 1.5.1?
Using Zen Cart 1.5.1
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
OK. I will merge the following with my previous files.
includes/functions/functions_general.php
includes/functions/password_funcs.php
and will let you know.
Apparently no one else has issues with Zen 1.5.1 and "Dynamic Filter v1.0"!
Using Zen Cart 1.5.1
It's interesting, I just replaced the "includes/functions/functions_general.php" from the mod with my backed up file and it started working again.
And I know there are differences between the two.
Using Zen Cart 1.5.1
Ya, but now you may have problems with users creating accounts or resetting passwords etc.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Phil You are the best. That did it.
It now works. No more white page. It seems to be functioning properly also. with no other revisions. I will let you know if I see other problems.
now I have to add the following to /includes/classes/shopping_cart.php line 1904-1906:
as DrByte recommends. Doctor knows best.PHP Code:// zen_redirect(zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action', 'notify', 'main_page'))));
// zen_redirect(zen_href_link(FILENAME_ACCOUNT_NOTIFICATIONS, zen_get_all_get_params(array('action', 'notify', 'main_page'))));
zen_redirect(zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action', 'notify', 'main_page'))));
@DrByte, this revision should be it. Correct? And I should not have the following issue?
Thank you DrByte.
Using Zen Cart 1.5.1
Glad to hear it. Yes I will be adding that code also when I get around to it. The Dr knows best as you say. Glad you got it sorted. Still worth treble checking that all your files are up to date.
Take care :-)
Phil Rogers
A problem shared is a problem solved.
Correct.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
My 1.5.1 didn't merge very well. Try using the 1.5.1 original file as a template and use the properly merged code which seems to work provided by DrByte here:
http://www.zen-cart.com/showthread.p...44#post1188244
Phil Rogers
A problem shared is a problem solved.
Hi Phil - I was replying to Dynamic Filter [Support Thread] and not to Sorting Manufacturers on Dynamic Filter Sidebox . Sorry I didn't realize the title could be revised.
I am trying to install "Dynamic Filter v1.0" in a perfectly working Zen 1.5.1. I am having a terrible time trying to figure out what I am doing wrong!
Following is the error I am getting, plus a nice white page on a previously working test site.
I had installed Products Listing Sorter v1.1 and I thought that was conflicting with Dynamic Filter v1.0. So I removed it and I am still getting the above error.PHP Code:[23-Feb-2013 13:46:13] PHP Fatal error: Cannot redeclare zen_create_random_value() (previously declared in
/home/content/***/html/cart/includes/functions/functions_general.php:626) in
/home/content/***/html/cart/includes/functions/password_funcs.php on line 86
I have followed exactly as per the instructions.
DrByte replied saying that I have to merge the files in /includes/functions/functions_general.php
As I am looking at the /includes/functions/functions_general.php file from Dynamic Filter v1.0 mod and comparing it to the original file of my working site, there is a vast amount code changes. And I don't think it's just a matter of doing a merge with some line of code.
There is a lot of line of code otherwise, I would have copied it here.
And I can't figure out where to start looking for other errors, if any?
I am stuck.![]()
Using Zen Cart 1.5.1