Page 137 of 146 FirstFirst ... 3787127135136137138139 ... LastLast
Results 1,361 to 1,370 of 1456
  1. #1361

    Default Re: Chemo's Ultimate URL's

    please check out my new thread here:

    http://www.zen-cart.com/forum/showthread.php?t=88073

    I'm having a small problem while looking at a product, the subcategory image is pointing to "-c-.html", and that's it, and it's on every single product. I think it's related to the .htaccess file provided by the latest version of ultimate seo urls.

    Thank you.

  2. #1362
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by canemasters View Post
    please check out my new thread here:

    http://www.zen-cart.com/forum/showthread.php?t=88073

    I'm having a small problem while looking at a product, the subcategory image is pointing to "-c-.html", and that's it, and it's on every single product. I think it's related to the .htaccess file provided by the latest version of ultimate seo urls.

    Thank you.
    Same problem here. Just installed SEO.

  3. #1363
    Join Date
    Jan 2008
    Posts
    173
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I've installed the module 2.015 I have version 1.37 using paypal. I changed the Htaccess text inside the file to /store/. My store is a www.rjfinewood.com/store

    I changed the name of the file to htaccess and uploaded it the the store direvtory.

    Is this right, because it is not changing the URL's? This seems so simple. Also the config file is there in admin and enable is set true .

    Help Thanks


    RJ

  4. #1364

    Default Re: Chemo's Ultimate URL's

    I may be wrong, but try changing the htaccess file to just "/store", or just "/". Mine is set to "/" and it works fine.

    Your url's seem to be wrong. example:

    http://rjfinewood.com//store/index.php?main_page=product_info&products_id=17

    Those two forward slashes aren't good. something's wrong.

    Oh yeah, make sure the mod is enabled in your admin section.

  5. #1365
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by rjspomer View Post
    I changed the name of the file to htaccess and uploaded it the the store direvtory.
    Did you change the name to "htaccess" or to ".htaccess"? There has to be "." at the beginning of the name.
    Some FTP programs won't accept the "." name so you have to upload the text file as something like "htaccess.txt" and then rename the file once it is in your host directory

  6. #1366
    Join Date
    Jan 2008
    Posts
    173
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Thanks for your help now I need to get Ultimate SEO removed.

    I installed Magic SEO after removing Ultimate SEO. The installation went fine J help was there with email support and all seems just fine until I tried to add some categories and products. Now I am getting.

    404 Not Found
    The requested URL /store/admin/categories.php does not exist.

    I left an email for J and received this back

    "This has nothing to do with Magic SEO URL. It will be likely caused by your customized .htaccess file or by missing file (MSU leaves administration untouched - is initialized only in catalog)."

    I did not touch the .htaccess file its contents were generated by magic SEO URL. There is still something left from the Ultimate SEO install . The admin/config/ SEO is still there. What file could be left? I have double check all that was added? Also is there any file that were rewritten?


    Thanks
    RJ

  7. #1367
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by rjspomer View Post
    Thanks for your help now I need to get Ultimate SEO removed.

    I installed Magic SEO after removing Ultimate SEO. The installation went fine J help was there with email support and all seems just fine until I tried to add some categories and products. Now I am getting.

    404 Not Found
    The requested URL /store/admin/categories.php does not exist.

    I left an email for J and received this back

    "This has nothing to do with Magic SEO URL. It will be likely caused by your customized .htaccess file or by missing file (MSU leaves administration untouched - is initialized only in catalog)."

    I did not touch the .htaccess file its contents were generated by magic SEO URL. There is still something left from the Ultimate SEO install . The admin/config/ SEO is still there. What file could be left? I have double check all that was added? Also is there any file that were rewritten?


    Thanks
    RJ
    As with any contrib, the best way to remove is to download the zip file and see the structure in the zip. then look for each of those files in your server and remove them. Then check to ensure there is no matching file in the zen-cart zip file so this way you know that you didn't remove a needed file.

    Sounds like you are using 1.3.8, which had specific files for the categories and products php files in the admin area. You need to restore the ones from the default zen-cart install.

  8. #1368
    Join Date
    Aug 2007
    Location
    England
    Posts
    65
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Hi,
    I installed this before on a test shop and it worked fine.
    I have just installed on another site and I get the following error:

    1054 Unknown column 'c.parent_id' in 'on clause'
    in:
    [SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName FROM categories c, categories_description cd LEFT JOIN categories_description cd2 ON c.parent_id=cd2.categories_id AND cd2.language_id='1' WHERE c.categories_id=cd.categories_id AND cd.language_id='1']

    If I view source it gives a little more info and says:


    <div class="systemError">1054 Unknown column 'c.parent_id' in 'on clause'<br />in:<br />[SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName
    FROM categories c,
    categories_description cd
    LEFT JOIN categories_description cd2
    ON c.parent_id=cd2.categories_id AND cd2.language_id='1'
    WHERE c.categories_id=cd.categories_id
    AND cd.language_id='1']<br /></div>




    I have gone into the Admin section and turned off SEO, but still get this error when I try to go to my store. The store is the in the root of the domain, so I changed the .htaccess to be just / (instead of /shop/)

    Can anyone tell me what I am donig wrong? I am using ZenCart v1.38a (whereas the previous shop was in v1.37)

  9. #1369
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by boinkit View Post
    Hi,
    I installed this before on a test shop and it worked fine.
    I have just installed on another site and I get the following error:

    1054 Unknown column 'c.parent_id' in 'on clause'
    in:
    [SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName FROM categories c, categories_description cd LEFT JOIN categories_description cd2 ON c.parent_id=cd2.categories_id AND cd2.language_id='1' WHERE c.categories_id=cd.categories_id AND cd.language_id='1']

    If I view source it gives a little more info and says:


    <div class="systemError">1054 Unknown column 'c.parent_id' in 'on clause'<br />in:<br />[SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName
    FROM categories c,
    categories_description cd
    LEFT JOIN categories_description cd2
    ON c.parent_id=cd2.categories_id AND cd2.language_id='1'
    WHERE c.categories_id=cd.categories_id
    AND cd.language_id='1']<br /></div>




    I have gone into the Admin section and turned off SEO, but still get this error when I try to go to my store. The store is the in the root of the domain, so I changed the .htaccess to be just / (instead of /shop/)

    Can anyone tell me what I am donig wrong? I am using ZenCart v1.38a (whereas the previous shop was in v1.37)
    Did you copy both the core files and the 1.3.8 specific files "after" the core files?

  10. #1370
    Join Date
    Aug 2007
    Location
    England
    Posts
    65
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Yes, both sets of files, and the v135 specific ones were uploaded last
    It is version 2.103 of Ultimate URLs I am trying to install

 

 

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Chemo's Ultimate SEO URL's and EZPages?
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Aug 2008, 08:36 PM
  3. Fix for Easy Populate Froogle with Chemo's Ultimate URL's
    By mccord42 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Feb 2007, 04:06 PM
  4. Can NOT access Admin after installing Chemo's Ultimate URL's
    By hankliu in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Dec 2006, 10:33 AM

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