Page 283 of 291 FirstFirst ... 183233273281282283284285 ... LastLast
Results 2,821 to 2,830 of 2907
  1. #2821
    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 lsullivan View Post
    But these files are not part of ZC 1.3.9. I don't have them in my init_includes/overrides directory.
    The clue is in the name.. "overrides".

    The overrides directory is where files from the non-overrides directory are place to override the files.

    Quote Originally Posted by lsullivan View Post
    I am on my second . I have the exact same problem. What did you so?
    Once you've uploaded all the files go to Modules - Ceon URI Mapping Config

    That should create the database tables.

    If it doesn't your permissions are messed up and you'll need someone to give you CREATE TABLE permissions.

    All the best...

    Conor
    ceon

  2. #2822
    Join Date
    Feb 2009
    Posts
    98
    Plugin Contributions
    1

    help question First time install, "includes/" links don't work relative to SEO friendly URI

    I'm a first-time user of 3.8.0 and have a basic question about the stylesheet.css link. I've googled and searched but this thread is a monster and I can't find any help yet.

    The old style URLs were e.g. http://www.premierrange.co.uk/index.php?main_page=blah. So every file is fetched relative to /index.php. I have a bunch of links that just say "lib/foo" and "images/blah" and, relative to /, they work.

    Now, Ceon SEO is using the URL e.g. http://www.premierrange.co.uk/catego...at-two/product. This means every resource fetched is now relative to /category-one/subcat-two, and all my "lib/" and "images/" links don't work. Do I understand this correctly, or should these work somehow and I've missed something?

    Moving on from this standpoint...

    A basic product page doesn't render for me, because stylesheet.css isn't loaded. html_header.php contains a loop with this:

    Code:
        echo '<link rel="stylesheet" type="text/css" href="' . $template->get_template_dir('.css',DIR_WS_TEMPLATE, $current_page_base,'css') . '/' . $value . '" />'."\n";
    So, that generates output like:

    Code:
    <link rel="stylesheet" type="text/css" href="includes/templates/premierrange/css/stylesheet.css" /> 
    <link rel="stylesheet" type="text/css" href="includes/templates/premierrange/css/stylesheet_css_buttons.css" />
    These get 404 Not Found responses. This is because, as in the out-of-the-box zen cart, I have these in configure.php:

    Code:
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_INCLUDES', 'includes/');
    [cut]
      define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
    As before, a link of "includes/" doesn't work, relative to the seo friendly URI I'm using.

    Is this wrong?

    Should I prepend a "/" to the DIR_WS_TEMPLATES variable? And any others? I'm just approaching this problem and wondering how many tweaks I'll have to make, and what the best approach is.

    Cheers!
    Nick

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

    Default Re: First time install, "includes/" links don't work relative to SEO friendly URI

    Hi Nick,

    I didn't reply to your e-mail yet as I've been working on the software all day but I see you couldn't wait. :)

    Quote Originally Posted by neekfenwick View Post
    I'm a first-time user of 3.8.0 and have a basic question about the stylesheet.css link.
    You are missing the base href tag from your html_header.php file. Your custom template must have messed that up.

    Put the tag back in, making sure it's as near to the top of the <head> as possible and all links will be relative to that base instead of teh static URI, letting CSS and JS files load.

    All the best..

    Conor
    ceon

  4. #2824
    Join Date
    Feb 2009
    Posts
    98
    Plugin Contributions
    1

    Idea or Suggestion Re: First time install, "includes/" links don't work relative to SEO friendly URI

    Quote Originally Posted by conor View Post
    I didn't reply to your e-mail yet as I've been working on the software all day but I see you couldn't wait. :)
    My boss can't wait. He drives me up the wall. He has this SEO expert breathing down our necks wanting payment and Boss won't pay him until all his recommendations are implemented, which means we need URI mappings like yesterday.

    Quote Originally Posted by conor View Post
    You are missing the base href tag from your html_header.php file. Your custom template must have messed that up.
    Good call. I took the <base> tag out years ago, because IE6 simply failed with it in. Took me some annoying debugging to find that out.

    It's fixed the problem :)

    Now my custom zen_image thumbnailer solution has stopped working.. but that's another story.. ceon mods didn't affect zen_image() so let me dig around and see what's going on. Oh, for a decent PHP debugger XDebug doesn't want to connect for me so I'm reduced to error_log and echo. Pity the fool.

    Nick
    Last edited by neekfenwick; 30 Jun 2011 at 03:51 PM. Reason: typo

  5. #2825
    Join Date
    May 2010
    Posts
    57
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,
    I can't see the module in my admin page. I read all the pages in this support forum and I totally understand that I missed something during installation. I have double checked my files many times, but I know that I need to go through again because there must be an issue somewhere.

    Since many people have had this issue could I have some tips on the most important files to focus on?

    Also, you mentioned create database table permissions. I have added other mods that created tables, such as free dangling carrot. I know that I have permission to create database tables. But I can't remember if I needed to make an adjustment to the permissions in myPHPadmin, or if the tables were created automatically. If you have any tips that would be great.

    Thanks,
    Lindsay

  6. #2826
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by lsullivan View Post
    Hi Conor,
    I can't see the module in my admin page. I read all the pages in this support forum and I totally understand that I missed something during installation. I have double checked my files many times, but I know that I need to go through again because there must be an issue somewhere.

    Since many people have had this issue could I have some tips on the most important files to focus on?

    Also, you mentioned create database table permissions. I have added other mods that created tables, such as free dangling carrot. I know that I have permission to create database tables. But I can't remember if I needed to make an adjustment to the permissions in myPHPadmin, or if the tables were created automatically. If you have any tips that would be great.

    Thanks,
    Lindsay

    I can't see the module in my admin page. I read all the pages in this support forum and I totally understand that I missed something during installation. I have double checked my files many times, but I know that I need to go through again because there must be an issue somewhere.
    Go back and make sure if you are using a custom folder name for admin and your template, that you rename Ceon URI Mapping admin, and the template_default to the same name that you are using. A lot of people miss these steps for some odd reason. Make sure you do the same for the modified_core_files also.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #2827
    Join Date
    Apr 2010
    Location
    Essex, UK
    Posts
    77
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Ok, I am really stuck... I'm pretty sure i've put everthing in the correct folders, and executed the rewrite correctly, but my URL's aren't showing in the new format??

    Does anyone have any ideas on what this can be, i've changed a couple to test but they are not showing correctly?

    Thanks

  8. #2828
    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 lindsey80 View Post
    Ok, I am really stuck... I'm pretty sure i've put everthing in the correct folders, and executed the rewrite correctly, but my URL's aren't showing in the new format??

    Does anyone have any ideas on what this can be, i've changed a couple to test but they are not showing correctly?
    To be honest it only ever turns out to be user error when installing.

    I can take a quick look for you, send me FTP and admin details at this address.

    Yes, the baby picture has worked. ;)

    All the best...

    Conor
    ceon

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

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by countrycharm View Post
    Go back and make sure if you are using a custom folder name for admin and your template, that you rename Ceon URI Mapping admin, and the template_default to the same name that you are using. A lot of people miss these steps for some odd reason. Make sure you do the same for the modified_core_files also.

    Thank you for the tip, but that is not a problem for me.

    Thanks,
    Lindsay

  10. #2830
    Join Date
    Feb 2009
    Posts
    98
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by lindsey80 View Post
    Ok, I am really stuck... I'm pretty sure i've put everthing in the correct folders, and executed the rewrite correctly, but my URL's aren't showing in the new format??
    Just installing and configuring the add-on doesn't set up any new URI's. At least with 3.8.0, you then have to visit the configuration page at least once (Modules->CEON URI Mapping), see that it has "Offer Auto-generation of URIs for Categories, Products, Manufacturers and EZ-Pages" checked, then just Edit a Category or Product as normal and click Update.

    When editing, you should see a blank URI Mapping textbox at the bottom of the page, and when you Preview you should see the auto-generated URI Mapping at the bottom. After that the mapping is stored in the database and your store should start using it.

    This is mentioned in the docs "configuration" page as the first point: "This module DOES NOT automatically add mappings for EXISTING Categories/Products/Manufacturers/EZ-Pages!". I suggest you re-read that :)

 

 

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