Page 185 of 291 FirstFirst ... 85135175183184185186187195235285 ... LastLast
Results 1,841 to 1,850 of 2907
  1. #1841
    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 keeping View Post
    The file is admin/includes/functions/extra_functions/ceon_uri_mapping.php.
    This means it is attempting to load in a file which doesn't exist.

    I'm guessing you've renamed your admin from "admin" to something else but have either uploaded the files into a folder called "admin" anyway (oops) or have forgotten to update the path to your admin folder in admin/includes/configure.php (oops again).

    Hope that helps.

    All the best..

    Conor
    ceon

  2. #1842
    Join Date
    Jan 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Thank you. However, I'm still confused. I think I understand what you said here (but I could be wrong!).

    My admin folder is not named admin but as far as I know I have put all the module admin files in the appropriate places within my admin (which is, of course, not named admin).

    The path to my admin folder in admin/includes/configure.php is apparently correct because it has been working. In fact, I can make the admin area not work, work, not work, work, etc., simply by adding or removing the file I mentioned. It has to have something to do with this file or another file down the line connected with this one . . . somehow.

    You said that "This means it is attempting to load in a file which doesn't exist." What file might that be? Is this file (the one I mentioned) or another one looking for admin/SOME_FILE and I need to edit it to look for MYADMIN/SOME_FILE instead?

    I wish files could just tell me what it is they want! lol
    Currently using version 1.3.9d

  3. #1843
    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 keeping View Post
    The path to my admin folder in admin/includes/configure.php is apparently correct because it has been working.
    That's not right. You're probably mistaking a correlation for a causation. Simply because the admin hasn't stopped working yet doesn't mean you have set up the configure.php file properly. Check it again. You'll probably find you've made a mistake in DIR_FS_ADMIN.

    The reason you would think that you haven't made a mistake in this file is simply that you haven't used any part of the admin yet which uses this define and so haven't see this error before.

    Hope that helps!

    All the best...

    Conor
    ceon

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

    Default Zen Cart 1.3.9f

    Hi,

    A new version of Ceon URI Mapping will be released shortly with sample modified core files for Zen Cart 1.3.9e and 1.3.9f.

    In the meantime, anyone wanting to install Ceon URI Mapping should just use the sample modified core files for Zen Cart 1.3.9d, they are compatible "enough" that there's no problem using them.

    You can then copy the files for 1.3.9f across when you upgrade to it.

    All the best..

    Conor
    ceon

  5. #1845
    Join Date
    Jan 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    That's not right. You're probably mistaking a correlation for a causation. Simply because the admin hasn't stopped working yet doesn't mean you have set up the configure.php file properly. Check it again. You'll probably find you've made a mistake in DIR_FS_ADMIN.

    The reason you would think that you haven't made a mistake in this file is simply that you haven't used any part of the admin yet which uses this define and so haven't see this error before.

    ceon
    As far as I can tell DIR_FS_ADMIN is correct, but then, I don't really know what it is supposed to look like. It seems to be what it has always been.

    Ahah! I just checked my backup copy from before my recent upgrade. I had accidently removed the slash at the end of the path when I changed DIR_FS_ADMIN in the new file. I must have been tired when I edited that file. . . . and blind today that I couldn't see that!

    Problem solved. File is happy now!

    Thank you for your help.
    Currently using version 1.3.9d

  6. #1846
    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 keeping View Post
    I had accidently removed the slash at the end of the path when I changed DIR_FS_ADMIN in the new file.

    Problem solved. File is happy now!

    Thank you for your help.
    No problem, glad you've got things sorted now!

    All the best...

    Conor
    ceon

  7. #1847
    Join Date
    Feb 2009
    Location
    Cincinnati, OH
    Posts
    25
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Zen Cart v1.3.8a/v1.3.8

    I installed the module and it seems to work fine (e.g. renaming new catagories, or changing exisiting ones) however when you try to view the page it comes back with a 404 Error.

    For example:

    store/index.php?main_page=index&cPath=108

    is now

    store/accesories

    #1 Is this an issue that sounds familer? If so any thoughts on what I have or may be wrong?

    #2 is there any way to actually turn off the Mod?

    Thank you.

  8. #1848
    Join Date
    Feb 2009
    Location
    Cincinnati, OH
    Posts
    25
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I'd like to note that I found the CP at the bottom of Admin-->Configuration it was hidden. And after turning it off all pages worked fine again.

    It's almost like there is a disconnect between the actual link and the URI link. Otherwise everything else seems to work fine.

  9. #1849
    Join Date
    Jan 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Great module. I have it mostly working in the latest version of 1.3.9f.

    Two things:
    1) I can't seem to see the URI Mapping Field on existing products. I can see it on existing categories and new products though. Any ideas?

    2) Is there anyway to get rid of the "By Category" and "By Product" that is added to the automatically generated URI's? For example, it goes store/by-category/tires and I want it to be store/tires.

  10. #1850
    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 TheJaspMan View Post
    #1 Is this an issue that sounds familer? If so any thoughts on what I have or may be wrong?
    It sounds like you haven't created and added a rewrite rule for your site.

    Please re-read the installation and configuration documentation and make sure you carry out the step about creating a rewrite rule.

    Hope that helps!

    All the best..

    Conor
    ceon

 

 

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