Page 129 of 146 FirstFirst ... 2979119127128129130131139 ... LastLast
Results 1,281 to 1,290 of 1456
  1. #1281
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: Important bug - PHP5 incompatibility

    Quote Originally Posted by Ronson View Post
    Blag, my zen store worked perfectly just before my hosting provider switched to PHP5. So file upload error is not the problem.

    My SEO Urls has all the patches published in the bug tracker here: http://bugs.smarterwebdev.com/index.php

    And yes, I followed step by step evrything in the pdf help document but as I said my store worked fine untill the PHP5 switch.

    I agree that the problem may not be entirely connected with the plugin but it is a fact that with SEO Url disabled the store works fine.
    Sorry, but I know that this IS a cop-out, but I've given up with this mod. there are just too many problems, and my time is better spent elsewhere. Please note that I am not alone in thinking that problems with the mod are not confined to the use of PHP5.
    I am not (by any means) a code guru, and I'm sorry that I can't help more. Can you force your store to use PHP4 by putting a statement such as this
    Code:
    AddHandler application/x-httpd-php4 .php
    in your .htaccess file?
    (I have no idea whether this will work, of course, but my host has both php4 and php5 available on the server and to use php5 all I needed to do was add the same statement but with the '4' changed to a '5')

  2. #1282
    Join Date
    Oct 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: Important bug - PHP5 incompatibility

    Quote Originally Posted by blag View Post
    Code:
    AddHandler application/x-httpd-php4 .php
    Yes, I am using this statement now, but I am afraid that in future when my hosting provider stops completely PHP4 support, then I will have to stop the plugin.

  3. #1283
    Join Date
    Nov 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    hi all,

    I have added some new pages, SEO URL is on. For every page it is working fine.
    But at one page there are 3 forms, one is not submitting any value.

    The method of this form is post, I have also checked using get. But both POST or GET variable dont get any value.

    When after submitting the form in header of the page(same page it submit, I need get some posted value from different input box), it dont get any values.

    is it for .htaccess file or SEO URL?

    another information is that it some time it submits to http:// and sometimes to https://, but without this form every form is working. Even at this page rest are working which submits to other pages.

    If anybody can help me or give me the clue I will be very benifited. This is my first post....:)

    Thanks a lot all

  4. #1284
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I just installed this. I didn't like the way a hyphenated word looked in the url. White spaces change to hyphens and hyphens are removed.

    I went into the the admin for the product and reworded it. The url that I disliked still works, as well as the new url.

    I have cleaned my cache, restarted the computer and the local server. I can take out the .htacess and the page won't load, but if I put it back the faulty url will load again.

    The above happens even when the Enable seo urls is set to false. I really don't understand about the RewriteEngine. I tried cutting out the rules and saving with rewrite on or off and everything is good until I put the entire .htaccess back.

    Can anyone tell me what I am missing? I don't want a bunch of possible duplicate content because of respelling a product name.

  5. #1285
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Somehow the address only requires the last few characters to work. you can cut the title of the product out and the page still works.

    That is why the page would not go away, because it really did exist every time.

    I still don't know why the seo link would work when it was turned off in the admin. Any Idea?

  6. #1286
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Just a dumb guess on my part, but could the SEO url work while the mod is turned off because your site still employs the same .htaccess? I believe there are two components to Chemo's:
    1. the part that builds the search-engine-friendly url for every page, and
    2. the .htaccess that parses those urls.
    So, even when the first part is turned off, the second part still does its job.

    Maybe one of you more familiar with Chemo's can post some indication of whether my understanding of the mod is correct as described above ... ?
    Quote Originally Posted by member View Post
    ... I still don't know why the seo link would work when it was turned off in the admin. Any Idea?

  7. #1287
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by tvadpro View Post
    Just a dumb guess on my part, but could the SEO url work while the mod is turned off because your site still employs the same .htaccess? I believe there are two components to Chemo's:
    1. the part that builds the search-engine-friendly url for every page, and
    2. the .htaccess that parses those urls.
    So, even when the first part is turned off, the second part still does its job.

    Maybe one of you more familiar with Chemo's can post some indication of whether my understanding of the mod is correct as described above ... ?
    I think that is probably exactly why. If I don't have the .htaccess turned on the offending links don't work. I guess if nothing actually points to these phantom addresses then google probably won't be able to find them.

    I am trying to understand the php, css, etc by trial and error. I just break things until they work. I feel better now that I understand that the title (that shows up in the url) really has nothing to do with the link resolving.

    I am now trying to find out what duplication of url, title and metatags is acceptable. Yesterday was one of those bad days. Some days everything new I try just works and some days they don't. Thanks for the help!

  8. #1288
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Chemo's Ultimate URL's

    Hi,

    Does anyone know how to uninstall Ultimate SEO URL. I am thinking to switch to Magic SEO URL. If someone can provide me with a detailed instruction, it will be greatly appreciated. If this has been previously discussed, can someone help me locate it? Thanks in advance.
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  9. #1289
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by dealbyethan.com View Post
    Hi,

    Does anyone know how to uninstall Ultimate SEO URL. I am thinking to switch to Magic SEO URL. If someone can provide me with a detailed instruction, it will be greatly appreciated. If this has been previously discussed, can someone help me locate it? Thanks in advance.
    I would also appreciate the instructions!!

  10. #1290
    Join Date
    Jun 2007
    Location
    Palestine
    Posts
    55
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    well, to uninstall it you have to look for its file on your server and delete them one by one, i think there is an sql patch also for installing and uninstalling it,,, if so just do it...

    but use the updated version of SEO 2.10 before you swtich to magic seo...


    regards

 

 

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