Page 174 of 291 FirstFirst ... 74124164172173174175176184224274 ... LastLast
Results 1,731 to 1,740 of 2907
  1. #1731
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Josh,

    Quote Originally Posted by jsmith1611 View Post
    I have uploaded all of the CEON Uri files, with the exception of:
    You can't upload just selected parts of a module and expect the module to work!!

    Quote Originally Posted by jsmith1611 View Post
    admin\includes\functions\extra functions\ceon_uri_mapping.php
    (causes white screen in admin)
    This means that you have set the path to your admin folder incorrectly in admin/includes/configure.php

    Fix your configure file and upload the file you chose not to upload and everything should work fine.

    Hope that helps and that you like the software!

    All the best..

    Conor
    ceon

  2. #1732
    Join Date
    Dec 2007
    Location
    Belfast, N.Ireland
    Posts
    96
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi

    I am just looking at this mod and have a question please.

    My primary interest in for upgrading ZenCart. I find it a pain, as my site is currently in the root of my domain and not a sub folder e.g. /shop.

    I would like to put it in a sub folder for ease of upgrade, but my site IS zencart, so it's not like I can just change a link from my index page or anything. What I want to do is to keep my URL for people and Search engines as www.MyDomin.com/ but the real location to be www.MyDomin.com/shop/index.php

    Is this possible with this mod?

    If I can do that, then I can work on my zen upgrade in a new folder e.g. /beta then when it is working and I want the upgraded site to be live, I just re-name /beta to /shop and change the 2 configure.php files.

    Thanks

    Paul

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Someone else from Belfast on Zen Cart.. almost never thought I'd see the day! :)

    Quote Originally Posted by ardhill View Post
    My primary interest in for upgrading ZenCart. I find it a pain, as my site is currently in the root of my domain and not a sub folder e.g. /shop.
    That's a fine way to run a store, I'd keep it easy and keep things as they are.

    Quote Originally Posted by ardhill View Post
    I would like to put it in a sub folder for ease of upgrade, but my site IS zencart, so it's not like I can just change a link from my index page or anything. What I want to do is to keep my URL for people and Search engines as www.MyDomin.com/ but the real location to be www.MyDomin.com/shop/index.php

    Is this possible with this mod?
    No, if you move the store into /shop, then the address of the store will be mydomain.com/shop.

    Quote Originally Posted by ardhill View Post
    If I can do that, then I can work on my zen upgrade in a new folder e.g. /beta then when it is working and I want the upgraded site to be live, I just re-name /beta to /shop and change the 2 configure.php files.
    Just set up a subdomain, e.g. beta.mydomain.com, and use it instead of a "test" folder, it's the professional way to do things.

    When you're ready for beta.mydomain.com to become the site at mydomain.com you can either copy the files across or simply adjust the paths to the two sites, changing them over with each other.. easy!

    Hope that helps!

    All the best..

    Conor
    ceon

  4. #1734
    Join Date
    Dec 2007
    Location
    Belfast, N.Ireland
    Posts
    96
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Thanks Conor.

  5. #1735
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    i thin i screwed up the install as i get a blank page and this error

    PHP Parse error: syntax error, unexpected $end in admin/includes/modules/product/collect_info.php on line 692
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  6. #1736
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    it doesn't seem to like working with group pricing per item if i just have the old collect file with the group pricing code in it everything works and if i have the original CEON URI MAPPING 1.3.9d collect file the page works file but if i have the 2 pages merged i get the error
    Last edited by MB1; 18 Jul 2010 at 01:53 AM.
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  7. #1737
    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 MB1 View Post
    it doesn't seem to like working with group pricing per item if i just have the old collect file with the group pricing code in it everything works and if i have the original CEON URI MAPPING 1.3.9d collect file the page works file but if i have the 2 pages merged i get the error
    Quite simply you aren't merging the files properly.

    Try using software such as Beyond Compare to merge the files.

    If you are still having trouble you'll probably have to pay someone to help you.

    Good luck in sorting out your mistake!

    All the best..

    Conor
    ceon

  8. #1738
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    yeah i used winmerge and injected your 2 peices of code into the my file
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  9. #1739
    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 MB1 View Post
    yeah i used winmerge and injected your 2 peices of code into the my file
    Then everything should work fine.

    I'm afraid that if it doesn't that our free support here doesn't extend to helping fix problems with third party modules.

    I hope you can get this sorted. My advice would be to try installing both the modules from scratch as you must have done something wrong.

    All the best..

    Conor
    ceon

  10. #1740
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    my buddy found the issue the file was missing one little symbol in the merging of the files

    PHP Code:
     while (!$group_pricing->EOF) {
          
    $group_pricing_array[] = $group_pricing->fields['group_name'];
          
    $group_pricing->MoveNext();
           } ... 
    this was missing on line 82
        
    // BEGIN CEON URI MAPPING 1 of 2 
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

 

 

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