Page 282 of 291 FirstFirst ... 182232272280281282283284 ... LastLast
Results 2,811 to 2,820 of 2907
  1. #2811
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping and SitemapXML

    Hi,

    Quote Originally Posted by fakeDecoy View Post
    Just the few core modified catalog files. Anyway, I just finished it, and that did the trick. Beautiful!
    Yes, I knew it was probably just the catalog files as you would have noticed the lack of admin functionality otherwise, but thought it better to get you to check all the files. It's easy to miss one.

    I wish core modifications weren't necessary as it's a huge support burden on Ceon.

    v4.0.0 now has a configuration check which will check every file to make sure the code modifications are in place in all files.. should help prevent this sort of mistake in future! :)

    Quote Originally Posted by fakeDecoy View Post
    It's interesting that it has worked okay without it, but that's cool that when fully installed it will use entirely static URLs.
    It was written that way on purpose.. I always write software to fall back to the best situation possible. So if something is amiss the software will do its best to remedy or deal with the situation. :)

    That costs a a little bit in terms of code efficiency but for such a general module as this, I think that's the appropriate behaviour "as standard".

    Glad you're sorted now.

    All the best...

    Conor
    ceon

  2. #2812
    Join Date
    Nov 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    No.

    Try putting a slash in front of index.php and see if that works. If not you might have to pay someone to help you sort out your server as that rule should work.

    All the best...

    Conor
    ceon
    Incase anybody else are having the same problem as me...I got this resolved by inserting " Rewritebase / " under RewriteEngineOn and before any of your rewrites in your htaccess file. This command strips the actual physical path from the redirect (pity my host provider didn't see this as it would have saved myself 2 days in trying to resolve this issue!!)

  3. #2813
    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 rebelman View Post
    Incase anybody else are having the same problem as me...I got this resolved by inserting " Rewritebase / " under RewriteEngineOn and before any of your rewrites in your htaccess file. This command strips the actual physical path from the redirect (pity my host provider didn't see this as it would have saved myself 2 days in trying to resolve this issue!!)
    Thanks for letting people know that.. that's an unusual server setup you have, to require that command.

    Just glad you're sorted.

    Enjoy the rest of your weekend.

    All the best...

    Conor
    eon

  4. #2814
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    I seem to have this working now apart from on a few pages such as the about us page and contact us page etc. (Not EZpages or product pages).

    Why would these not be working right?

    Thanks

  5. #2815
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I have tried going into phpMyAdmin and adding the mapping for each page into the database but I can't get it to work...the pages still show the same URL.

    ..does someone have a screen shot of their phpMyadmin so I can check I am inserting the right info?

    I basically followed this: example

    Then clicked 'Go'

    Thanks

  6. #2816
    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 pb4 View Post
    ..does someone have a screen shot of their phpMyadmin so I can check I am inserting the right info?
    That should have worked.

    If it isn't for you then you may need to read up a bit on how to use PHPMyAdmin or get someone else in to help you as you may have messed up a previous database record creation attempt.

    The example is perfect.

    All the best...

    Conor
    ceon

  7. #2817
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    ...I had about-us instead of about_us within the main_page field

    Thanks again..working fine now

    Great Mod...why is this not built into Zen Cart automatically?

    Great support too and much appreciated

    Thank you!

  8. #2818
    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 pb4 View Post
    ...I had about-us instead of about_us within the main_page field

    Thanks again..working fine now
    That was a very easy mistake to make.. I've done similar while coding more times than I'd like to admit!

    Glad things are sorted now.

    All the best...

    Conor
    ceon

  9. #2819
    Join Date
    May 2010
    Posts
    57
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi,
    I am using ZC 1.3.9h. In the modified core files list the following files are shown:

    -includes/init_includes/overrides/init_add_crumbs.php (Zen Cart 1.3.5 - 1.3.9)
    -includes/init_includes/overrides/init_canonical.php (Zen Cart 1.3.9 only)

    But these files are not part of ZC 1.3.9. I don't have them in my init_includes/overrides directory. I also checked the 1.3.9h install pack and these files are not there.

    Were these two files actually new, and not modified? Do I need to upload them? I just upgraded and don't want to add any files that could cause issues later. It took me two days to find the one little problem that made my upgrade go wrong, and I don't want to do any more trouble shooting this week :).

    Thanks,
    Lindsay

  10. #2820
    Join Date
    May 2010
    Posts
    57
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by rusty79fj40 View Post
    Now when I try to access my products I get the following error :1146 Table 'my_database.TABLE_CEON_URI_MAPPINGS' doesn't exist
    in:
    [ SELECT language_id, uri FROM TABLE_CEON_URI_MAPPINGS WHERE main_page = 'product_info' AND associated_db_id = '265' AND current_uri = '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.

    I understand that I need the db table(s). I am just not sure what is preventing the db script from running?!
    Quote Originally Posted by rusty79fj40 View Post
    Well folks.. thanks for the help! I wiped everything and got it to work on the third try.
    What did you do to fix this????
    I am on my second . I have the exact same problem. What did you so?

    Thanks,
    Lindsay

 

 

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