Page 140 of 245 FirstFirst ... 4090130138139140141142150190240 ... LastLast
Results 1,391 to 1,400 of 2445
  1. #1391
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default 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?

  2. #1392
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default "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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #1393
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Using Ceon URI Mapping v4.x with the XML Sitemap add-on

    Quote Originally Posted by philip937 View Post
    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 View Post
    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
    Last edited by countrycharm; 20 Dec 2013 at 04:04 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #1394
    Join Date
    Dec 2008
    Location
    Hanover Township PA, USA
    Posts
    122
    Plugin Contributions
    0

    Default 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
    Daniel Osko

  5. #1395
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by danielosko View Post
    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.
    Last edited by mc12345678; 10 Jan 2014 at 04:05 AM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #1396
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    So why do some of my links look like this:
    http://www.seriousoffroadproducts.co...-Axle-Kit-4140

    But others like this:
    http://www.seriousoffroadproducts.co...SEMBLY-RE1185?cPath=419_1551_2141&

  7. #1397
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by Serious View Post
    So why do some of my links look like this:
    http://www.seriousoffroadproducts.co...-Axle-Kit-4140

    But others like this:
    http://www.seriousoffroadproducts.co...SEMBLY-RE1185?cPath=419_1551_2141&
    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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #1398
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by danielosko View Post
    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 View Post

    I think this is effecting my Google, Yahoo and Bing listings.
    It wouldn't.. why do you THINK it does?
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #1399
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by Serious View Post
    So why do some of my links look like this:
    http://www.seriousoffroadproducts.co...-Axle-Kit-4140

    But others like this:
    http://www.seriousoffroadproducts.co...SEMBLY-RE1185?cPath=419_1551_2141&
    Linked products.. this is normal behavior..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #1400
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DarkAngel View Post
    ... 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...
    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"
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR