Page 15 of 146 FirstFirst ... 513141516172565115 ... LastLast
Results 141 to 150 of 1456
  1. #141
    Join Date
    Jan 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I am running:
    ZC 1.3.0.2
    Image Handler 2 1.3x

    I tried installing this URL contribution but Image Handler would not work after that. So I uninstalled it and now I cna not access my admin area.

    Has anyone had this problem??

    Rob

  2. #142
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by BlessIsaacola
    For a simpler way to achieve the same goal use the first post on this page: http://www.zen-cart.com/forum/showth...=35034&page=11
    That's basically what I did, but changing the missing page check to Page Not Found gives the sitemap instead of the home page (some people were wondering why it just went to the home page when there was a missing page). This way people can choose to show a page not found with a 404, OR have no 404's and instead have it just go to the home page. Some people may prefer that method. Also, the way you suggest shows a 404 for a missing page whether or not people have missing page check set to off in the admin. My way only shows the 404 if they have missing page set to "page not found". Don't know if that would be important to anyone or not, but thought I'd share my rationalization.

    Also, adding the 404 Error Document to the .htaccess, will give the page_not_found for pages like this:
    mydomain.com/notapage. Without it you just get the standard 404 page.

  3. #143
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by Preben
    That's odd. I have just installed the 1.3.0.2 and the Ultimate SEO - with no error like that. Sure you have updated all files you need to?

    First time I tried, I got to a non SEF url at all. Then I tried once more, and it behaved just like you said...
    Figured it out. I had mixed up the admin's html_output.php with the regular html_output.php. DOH!

  4. #144
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by jettrue
    That's basically what I did, but changing the missing page check to Page Not Found gives the sitemap instead of the home page (some people were wondering why it just went to the home page when there was a missing page). This way people can choose to show a page not found with a 404, OR have no 404's and instead have it just go to the home page. Some people may prefer that method. Also, the way you suggest shows a 404 for a missing page whether or not people have missing page check set to off in the admin. My way only shows the 404 if they have missing page set to "page not found". Don't know if that would be important to anyone or not, but thought I'd share my rationalization.

    Also, adding the 404 Error Document to the .htaccess, will give the page_not_found for pages like this:
    mydomain.com/notapage. Without it you just get the standard 404 page.
    You also know that you can set your missing page in Admin - Configurations - My Store to display page_not_found instead of index?

  5. #145
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by offnetrob
    I am running:
    ZC 1.3.0.2
    Image Handler 2 1.3x

    I tried installing this URL contribution but Image Handler would not work after that. So I uninstalled it and now I cna not access my admin area.

    Has anyone had this problem??

    Rob
    It's probably that you have some files messed up. Pasted below are the files that IH updated which are core files:

    Image Handler 2.0: FILES TO OVER-RIDE (6 files)

    /includes/modules/additional_images.php
    /includes/functions/html_output.php
    /includes/modules/main_product_image.php
    /includes/modules/pages/popup_image/header_php.php
    /includes/modules/pages/popup_image_additional/header_php.php
    /admin//includes/modules/category_product_listing.php

    IF Ultimate SEO URL mod touches any of these files (I know for a fact it touched html_output.php) you want to make sure that you do a file comparison to make sure you did not remove the IH codes from any of these files while uninstalling SEO URL.

  6. #146
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by BlessIsaacola
    You also know that you can set your missing page in Admin - Configurations - My Store to display page_not_found instead of index?
    Yes, that is what I did, and that is what I said to do in the instructions (Step 1) in my first post. All you have to do is read it to see.

    Then, in init_sanitize.php, I put the

    header('HTTP/1.1 404 Not Found');

    under the code for "Page Not Found" so that the 404 error is only returned when I choose "page not found" in the admin. In your example, the 404 error is returned whether or not the person chooses "on" or "off" or "page_not_found" for the missing page check in the admin. What if someone choose "off" for the missing page check? They still get a 404 error returned with the way your example shows. In my example, as far as I can tell by looking at the php code, the 404 error is returned only if they choose "page not found" for the missing page check in the admin. I'm not trying to prove you wrong here, just trying to explain my reasoning. I could be totally wrong (has happened before) but it just makes sense to me.

  7. #147
    Join Date
    Sep 2004
    Posts
    335
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    is no one getting this same problem

    "I am having a little problem with the mod, ultimate seo. I am getting an error code, 404 everytime i click on the lick of a product put in the shopping cart."

  8. #148
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by lucianman
    is no one getting this same problem

    "I am having a little problem with the mod, ultimate seo. I am getting an error code, 404 everytime i click on the lick of a product put in the shopping cart."
    That would sound like a misconfigured set of rules in your .htaccess ... but that's just a guess.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #149
    Join Date
    Jan 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by BlessIsaacola
    It's probably that you have some files messed up. Pasted below are the files that IH updated which are core files:

    Image Handler 2.0: FILES TO OVER-RIDE (6 files)

    /includes/modules/additional_images.php
    /includes/functions/html_output.php
    /includes/modules/main_product_image.php
    /includes/modules/pages/popup_image/header_php.php
    /includes/modules/pages/popup_image_additional/header_php.php
    /admin//includes/modules/category_product_listing.php

    IF Ultimate SEO URL mod touches any of these files (I know for a fact it touched html_output.php) you want to make sure that you do a file comparison to make sure you did not remove the IH codes from any of these files while uninstalling SEO URL.
    I reinstalled IH and nothing happens. If someone could take a look at my files or something...anything! Please private message me and i can provide hosting/admin details.

  10. #150
    Join Date
    Jul 2005
    Posts
    12
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    In response to a number of queries in this thread about getting 404 errors when you try to go into a secure part of Zen after installing Ultimate SEO URLs, the problem I found was due to my using a shared SSL certificate.

    I found a fix from the other SEFU contribution by Tim.

    When a host has a shared SSL, it will quite often take the form:
    main: http://www.mywebsite.com/shop/
    ssl: https://secure.myhost.com/~mywebsite/shop/

    So you need to add the line:

    RewriteBase /~mywebsite/shop/ to the .htaccess file. I also added the rewrite rules again after I inserted this line - it works but I don't know if I could have added this line at the top and not added the rewrite rules again - perhaps someone with more .htaccess file knowledge could advise?

    Anyway, I hope this helps a few people who were in the same boat as me.

 

 

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