Voltage, That sounds pretty fundamental (and final!). I'd guess incomplete copy, files in the wrong places or incorrect permissions.
Printable View
Voltage, That sounds pretty fundamental (and final!). I'd guess incomplete copy, files in the wrong places or incorrect permissions.
If you encounter a problem that even has the remote possibility of being a bug, please submit a bug report. Thanks :)
Fixed and patch available at http://bugs.smarterwebdev.com/view_bug.php?bug_id=6
Thanks for a jaw-dropping update to this essential MOD. Installation went almost flawless (the sql autoinjection didn't like a previous index and gave me a brief error that never showed up again when I re-ran the front end).
Some adjustments were necessary in order to have the shopping cart showing up (if the first core is not checked, it goes back to the base page) and get rid of all the plus signs and ampersands. All this was corrected by playing with the settings.
Thank you again to all the team for a wonderful and serious update with an impeccable installation manual. (and yes, numbering the lines in the PDF may be tricky for some users who paste them in their code ;-)
Our site uses zencart as an underlayer for its wholsale side, as a highly modded OsCommerce manages the retail end on the same server, sharing the same database. We were a little bit disapointed not to have a similar URLs quality, everything is now solved.
We are still in beta for the Zen, I will keep you posted for eventual bugs.
Hugh
www.thefrenchybee.com/bulk
Thanks for looking at my site and pointing this out, by the way. Had you not done so, I would have fooled myself into defeating the purpose of installing CHEMO'S.
I looked at my CHEMO'S upgrade with fresh eyes this morning, and discovered I was asleep at the wheel when I should have been renaming zen_href_link to zen_href_link_stock and adding the 3.0 code to the beginning of includes/functions/html_output. As soon as this was remedied, SEO URLs worked. :smile:
Still wondering how to work around the matter of master categories misbehaving when I have SEO URLs running. I'd love to see everyone come to a mutual understanding of how a lookup function that includes master categories would or wouldn't adversely affect Zen-Cart's performance, so we can remedy this glitch. Having only a superficial understanding of how it all works, I suppose there's not much I can do beyond the occasional small cash donations to let you all know I'm rooting for you.
I'll shut up now. :P
Im talking about the SEO url tables, not the configuration tables. When installing Seo, under configurations Seo appears in admin. So wouldn't Seo create those tables so that it appears as Seo_url 3.0 beta under configuration in admin? Cause when installing the old Seo 2.1, the tables are created it in configuration.
Those are not tables. They are entries in the configuration tables.
You need to complete remove all of them to perform a clean install (and there is a hidden one that holds the version). Use this SQL to remove all Seo Url entries from the database:
Code:DELETE FROM configuration_group WHERE configuration_group_title LIKE 'Seo Url%';
DELETE FROM configuration WHERE configuration_key LIKE 'SEO_URLS%';