I'll agree with you that google checkout can be a little fussy to install, but it does work well and plays nice with the Ceon URI mod.
Don't forget to add the google checkout directory to the excludes in the .htaccess file or you'll loose a lot of hair wondering why it doesn't work.
Not to get off-topic, but in many ways, the GC mod is a lot smoother and has fewer glitches than the equiv PP mod.
Also, I've yet to see the URI mod break anything. It's one of those gems that just works no matter what you mix it with.
Hi,
You haven't tried to set up any complicated shipping options before then! Google Checkout is completely incompatible with any decent third party shipping modules.. I'm glad it works well enough for you but that makes you the only store I know using the module, everyone else I know who was using it has removed it! :)
Thanks for the tip, hopefully that helps someone else here!
Personally I'm not a fan of either of those mods but we're getting way off topic now.. :)
That was one of the main things I've tried to accomplish during its development.. there have been glitches along the way, but thankfully the initial design considerations did their job and made any such glitches/incompatibilities minor (and mostly due to unforeseen uses of variables in Zen Cart, that turned out to be a learning curve for me! ;) ).
Anyway.. thanks for the notes about the directory needing excluding!
All the best...
Conor
ceon
After upgrading to latest 3.2.4 version I can't configure the module from admin as it's displaying two php error messages ... the
"Warning: main(/home/seasonbr/theoutletseason-www/electronics/includes/extra_datafiles/ceon_uri_mapping_config.php' "
As this line requires this file to be present in includes/extra_datafiles/
in the admin
and it's not there is kind of confusing because I reviewed the package and that file is where it supposed to be, and not within the extra_files subdir ...PHP Code:
require_once(DIR_FS_CATALOG . DIR_WS_INCLUDES . 'extra_datafiles/ceon_uri_mapping_config.php');
So can you please explain it to me?
Now I fixed some of the problems ... apparently the server denied some files but now everything is they way it supposed to be however I get:
this error
1054 Unknown column 'excluded_files' in 'field list'
in:
[ SELECT autogen_new, whitespace_replacement, capitalisation, remove_words, char_str_replacements, excluded_files FROM bnceon_uri_mapping_configs WHERE id = '1';]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
When I try to run the CEON config in admin ...
Solved!
It was a problem with Dreamweaver CS4, and my server running Apache, DW sync didn't recognized the updated file and therefore it was not updated, to fix it I had to drop CEON's Tables and manually check all files for discrepancies(I used WinMerge on those files before, so I only had to check if the correct file was in the server and not the outdated version).
I hope the bugs are fixed!
Specially this:
http://www.zen-cart.com/forum/showth...069#post737069
Apparently not even with version 3.2.4 I got this error "
Not Found
The requested URL /electronics/bagscarry-cases was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/4.4.9 Sun-ONE-ASP/4.0.3 Server at www.theoutletseason.com Port 80
"
So does it mean I have to disable the module, Conor?
Ok. finally I solve all the issues!
Apparently the script failed but succeed creating the tables, I drop them again, and re-run it and voila! Plus my .htaccess was modified and didn't have the Rewrite command! So I wrote the rules again and it worked!!! Now the bug is solved I simply add the external app the exceptions ...
Works perfectly! Thanks for a Great module!
Looking forward for the Manager, is tedious to generate all URIs manually!
Hi there,
I have this module installed and im just wondering how I could remove the "index.php" at the end of my domain name. For SEO purposes, I have a 301 redirect of "mydomain.com" to "www.mydomain.com" but im getting the index.php at the end and I would like to remove this if possible.
Do I just remove the following from the .htaccess file?
# Handle all other URIs using Zen Cart (index.php)
RewriteRule (.*) index.php?%{QUERY_STRING} [L]
Thanks...
Bookmarks