Re: Ceon URI Mapping v4.x
1.3.9h
installed this mod and it works up to a point but I have no clue what I did wrong.
I can't seem to get the links for the navigation header (some are entered manually in the mega file) nor the ezpages part to behave.
I have auto generate turned on and when I enter the url: http://www.designerperfumesnob.com/specials <---this is preferred style
or http://designerperfumesnob.com/shop_our_sale <---this is the one aut generated by mod
I get the page with the entire page showing but no products...weird
right now most of the links are showing the original url and the footer links are hand entered into the footer file so need to adjust them and hopefully they will work but clicking the links should help you see what I mean.
ideas?
"Stopped" working suddenly.. STUMPED
WordPress as the main site, Zen Cart in a sub-directory..
I've done nothing and changed nothing.. Here's the contents of the .htaccess file (and yes it's in the ROOT of the site):
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
## BEGIN CEON URI MAPPING REWRITE RULE
RewriteEngine On
# ONLY rewrite URIs beginning with /shop/
RewriteCond %{REQUEST_URI} ^/shop/ [NC]
# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
# Don't rewrite any URIs for some, popular specific file format extensions,
# which are not covered by main file extension condition above
RewriteCond %{REQUEST_URI} !\.(mp3|mp4|h264)$ [NC]
# Don't rewrite any URIs for some specific file format extensions,
# which are not covered by main file extension condition above
# Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
#RewriteCond %{REQUEST_URI} !\.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/shop/my_admin [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/shop/editors/ [NC]
# Don't rewrite bmz_cache directory
RewriteCond %{REQUEST_URI} !^/shop/bmz_cache/ [NC]
# Don't rewrite downloads_free directory
RewriteCond %{REQUEST_URI} !^/shop/downloads_free/ [NC]
# Don't rewrite logs directory
RewriteCond %{REQUEST_URI} !^/shop/logs/ [NC]
# Don't rewrite downloads directory
RewriteCond %{REQUEST_URI} !^/shop/downloads/ [NC]
# Handle all other URIs using Zen Cart (its index.php)
RewriteRule .* shop/index.php [QSA,L]
## END CEON URI MAPPING REWRITE RULE
The URIs today direct to a 404 page.. Until today all was working just fine..
Re: Using Ceon URI Mapping v4.x with the XML Sitemap add-on
Quote:
Originally Posted by
philip937
hi guys, just found this in my error log this evening, not sure if its anything to be concerned about? its the first and only one i've had. any idea what it could be?
[09-Apr-2013 21:26:39 UTC] PHP Fatal error: Call to a member function add() on a non-object in /home/site/public_html/includes/classes/class.CeonURIMappingHandlerBase.php on line 131
Thanks in advance.
Quote:
Originally Posted by
dave010880
I have an update on this if anyone else comes across it, this particular problem was self made. I had simply copied the code from the includes/functions/html_output.php and incorrectly put that into the admin/includes.. etc. Using eth correct modified code has removed this error.
Unfortunately I till have the original problem of no category cration and meta's not working :(
This problem still exits. I know one said that he had the problem because he had incorrectly put the includes/functions/html_output.php file into admin/includes/functions/html_output.php and it created this problem That's not the case for me. I can confirm that both html_output.php files are in there correct place with the right code inside them and the error is still being created.
Diva any suggestions thank you
Re: Ceon URI Mapping v4.x
Why is my "Who's Online" information showing the "zenid=xxxxxx" information?
I am using:
Zencart 1.50
4.4.1 UMM Edition Configuration
Version: 1.4.1 Mappings Manager
http://www.oskopoolnspa.com
I think this is effecting my Google, Yahoo and Bing listings.
Any Thoughts?
Thanks All,
Danny
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
danielosko
Why is my "Who's Online" information showing the "zenid=xxxxxx" information?
I am using:
Zencart 1.50
4.4.1 UMM Edition Configuration
Version: 1.4.1 Mappings Manager
http://www.oskopoolnspa.com
I think this is effecting my Google, Yahoo and Bing listings.
Any Thoughts?
Thanks All,
Danny
I'll probably get my hand slapped for responding here, but couple of things:
1) The list of plugins, while it contains CEON URI Mapping manager, I thought that was the paid for version of this plugin, so not exactly related to this plugin. 2) There has not been anything posted that would indicate this plugin is the cause as compared to anything else involved. 3) others are not reporting the same issue with this plugin. Perhaps a few others could be listed.
Recommendation is to start a new thread where someone may be able to help troubleshoot what is probably either a template, sessions, or cookie issue. Although having followed the link, system seems to respond as expected.
Re: Ceon URI Mapping v4.x
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
Serious
If not mistaken, and please don't quote this because I forget some of the subtleties of the functionality, but isn't the second product a linked product? I know there is/was a reason that the category path would remain, but I forget the various causes of it. This is a different condition than the zenid "always" appearing in the URI.
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
danielosko
Why is my "Who's Online" information showing the "zenid=xxxxxx" information?
zenid had been discussed to death here.. but short answer it is that the zenid is attached to the URL for first time visitors..
Quote:
Originally Posted by
danielosko
I think this is effecting my Google, Yahoo and Bing listings.
It wouldn't.. why do you THINK it does?
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
Serious
Linked products.. this is normal behavior..
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
DarkAngel
In Zen Cart <= 1.5.2, requests for an EZ-Page which does not exist simply display a blank page. Can you verify the page you are trying to change the URL for is actually an EZ-Page (part in red indicates EZ-Page)?
"/index.php?main_page=page&id=11"
If you wanted to redirect the Zen Cart "specials" page (part in red indicates specials page), section 10 (method 1) of the CEON URI readme covers this subject.
"/index.php?main_page=specials"