Page 157 of 291 FirstFirst ... 57107147155156157158159167207257 ... LastLast
Results 1,561 to 1,570 of 2907
  1. #1561
    Join Date
    Oct 2006
    Posts
    39
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    hey conor.

    the new 1.3.9d version seems to have throw a wrench in our master plans! it has "replaced" the modded includes/functions/html_output.php as well as the collect_info.php files in admin/includes/modules/***/.

    i've rewritten over them from the most recent ceon package and made it work again...but was wondering if you'd had time to write the files for 1.3.9d.

    thanks!

    the ceon uri mapping mod is an awesome contrib, btw.

  2. #1562
    Join Date
    Jul 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I just wanted to spread the word that Conor/CEON now has a donate link up at his website

    http://dev.ceon.net/web/zen-cart/uri_mapping

    Our experience is that we probably owe more of our online business to URI than any other single ZC module as we are in the top 3-5 on most of our critical search terms and we were number 1 in one of our most primary searches. My appreciation to you Conor!

    Bil

  3. #1563
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    If you've modified IH2, then YOU have created the issue you are reporting.. Ceon URI works PERFECTLY with IH2 out the box.. If your install is not working, then it likely means that your edits to IH2 are the cause of your issues. (which BTW, you still have not CLEARLY explained since your site OBVIOUSLY appears to be using Ultimate SEO -- Stating repeatedly that "Ceon URI cannot run" does not clearly state what exactly is happening)

    There is nothing Conor can (or should do) to make your custom edits to IH2 work with his module. You may have to opt for paying a developer to help you get your IH2 edits to work with the Ceon URI module.

    Quote Originally Posted by dajiaoyazi View Post
    MY IH2 is modified. Not original IH2.
    http://www.zen-cart.com/forum/showthread.php?t=157117 (Modify the 2 files.)NO1.functions_bmz_image_handler.php NO2.bmz_image_handler.class.php



    Generate images address :
    http://www.xxxx.com/bmz_cache/e/e04e....image.150x112.my_products_name.JPG

    In Ceon URI cannot run.
    my siteweb:www.sedanshoppers.com
    http://www.sedanshoppers.com/bmz_cac...t_Bracelet.jpg
    Last edited by DivaVocals; 11 Jun 2010 at 05:33 PM.
    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.

  4. #1564
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Ceon URI Mapping (SEO)

    There is a major bug with this module, I hope it already got solved but anyhow just in case(because some of our clients using our ajax modules got this errror, I thought I should post the solution here)

    file:

    init_ceon_uri_mapping.php line 28

    The error: this module kicks in when then file requested is not even the index.php file, as the result it returns false 404 error status while the file does actually exist. This is a major bug and causes our ajax module not functioning correctly.

    The fix: Change that line to

    if (defined('CEON_URI_MAPPING_ENABLED') && CEON_URI_MAPPING_ENABLED == 1 && (end(explode('/', $_SERVER["SCRIPT_FILENAME"])) == 'index.php')) {

    Regards

    Raine (yellow1912)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #1565
    Join Date
    Jun 2010
    Location
    Phoeniz AZ
    Posts
    21
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I just installed this Add-on to ZC v1.3.9b and I can not seem to get it to function at all. I have followed the configuration three times just to make sure I had everything set properly.
    My problem is with any category or product when this is enabled I get the 404 error.
    I have made the change to init_ceon_uri_mapping.php line 28.
    This hasn't helped either.

    Thanks for you help in advance. I been using the forum like a bible and I must say everyone here rocks.

  6. #1566
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by yellow1912 View Post
    There is a major bug with this module
    No there isn't, you just haven't read the documentation.

    Quote Originally Posted by yellow1912 View Post
    The error: this module kicks in when then file requested is not even the index.php file, as the result it returns false 404 error status while the file does actually exist. This is a major bug and causes our ajax module not functioning correctly.
    All you need to do is to add the file (or more accurately, the full URI path to the file) the ajax module uses to the "list of excluded files" as explained in the documentation.

    No-one needs to make the change yellow mentioned.
    It won't do any harm to make the change but it isn't necessary, simply use the excluded files functionality instead!

    All the best..

    Conor
    ceon

  7. #1567
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by Burnin Carbon View Post
    My problem is with any category or product when this is enabled I get the 404 error.
    It sounds like you haven't created a working .htaccess file.

    Quote Originally Posted by Burnin Carbon View Post
    I have made the change to init_ceon_uri_mapping.php line 28.
    This hasn't helped either.
    That isn't an issue unless you use an AJAX module or something similar and forgot to add the file to the list of excluded files.

    Please send me FTP and admin details for your site via this link and I'll take a quick look to see if I can fix this for you.

    All the best..

    Conor
    ceon

  8. #1568
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by conor View Post
    All you need to do is to add the file (or more accurately, the full URI path to the file) the ajax module uses to the "list of excluded files" as explained in the documentation.
    Saying that though, I did think about putting code similar to yours into the module previously but decided that, as the excluded files functionality tackles this issue perfectly well, it would use up extra CPU time unnecessarily.

    The difference in CPU time isn't much though but I know lots of people are too lazy to read the documentation or FAQs, both of which mention how to fix the "problem" of modules not working with Ceon URI Mapping. So maybe just to make things easier for people I should include this code by default.

    What do people here think?

    Should I make the change for the just-about-to-be-released version 3.6.3 or leave things as they are to save a bit of processing time and let people using Raine's AJAX module make use of the excluded files functionality?

    All the best..

    Conor
    ceon

  9. #1569
    Join Date
    Jun 2010
    Location
    Phoeniz AZ
    Posts
    21
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    All,
    Yes I have changed the htaccess. Now this morning for some strange reason when i tried it for one product it started working. I am not sure as to why it took so long. I will continue with a few more products and then try a complete category.

    Conor, yes I do have some Ajax running on the site as well.
    I will keep updating.
    Thanks again

  10. #1570
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Saying that though, I did think about putting code similar to yours into the module previously but decided that, as the excluded files functionality tackles this issue perfectly well, it would use up extra CPU time unnecessarily.

    The difference in CPU time isn't much though but I know lots of people are too lazy to read the documentation or FAQs, both of which mention how to fix the "problem" of modules not working with Ceon URI Mapping. So maybe just to make things easier for people I should include this code by default.

    What do people here think?

    Should I make the change for the just-about-to-be-released version 3.6.3 or leave things as they are to save a bit of processing time and let people using Raine's AJAX module make use of the excluded files functionality?

    All the best..

    Conor
    ceon
    My vote is highlighted..
    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.

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 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