Page 70 of 506 FirstFirst ... 2060686970717280120170 ... LastLast
Results 691 to 700 of 5054
  1. #691
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    @ckosloff:
    Also, in includes\templates\template_default\jscript_dynamic_window_popup.js

    Find this line:
    writeln('<html><head><title>Loading...</title><style>body{margin-bottom:32px;margin-left:8px;margin-right:8px;margin-top:8px;font-family:tahoma, arial, helvetica, Geneva, sans-serif;}</style>');writeln('<sc'+'ript>');

    Replace by:
    writeln('<html><head><base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" /><title>Loading...</title><style>body{margin-bottom:32px;margin-left:8px;margin-right:8px;margin-top:8px;font-family:tahoma, arial, helvetica, Geneva, sans-serif;}</style>');writeln('<sc'+'ript>');
    Quote Originally Posted by yellow1912 View Post
    Sure,
    Also, you may want to just change the js file mentioned previously to .php file. If my memory still serves me right, it will fix the problem.
    Yellow,
    I need to know if these two modifications to the .js file are necessary to make SSU work with attributes popup.
    Also, why was the test site working in FF and completely off in IE?
    Please explain.
    Thanks.

  2. #692
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by ckosloff View Post
    Yellow,
    I need to know if these two modifications to the .js file are necessary to make SSU work with attributes popup.
    Also, why was the test site working in FF and completely off in IE?
    Please explain.
    Thanks.
    If you download the latest version of this module 1-2 previous pages you will see that it fully explains the fix and also include a patch file that can be used.

    Anyway, short answer: that module creates a new page, and that page was missing a very important component that should always exist, the basehref
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #693
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Anyway, short answer: that module creates a new page, and that page was missing a very important component that should always exist, the basehref
    yellow,
    Will download and study your fix before posting again, promised.
    Meanwhile, I did notice that you added the base tag to the .js file, I have encountered this base tag problem before, here:
    http://www.zen-cart.com/forum/showth...t=78184&page=6
    apparently IE6 doesn't like the base tag written with just the end slash (although it is written like so all through Zen Cart), but wants it written <base href="blah"></base>.
    Will test extensively and let you know my findings.

  4. #694
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    I have done many many carts and test on many browsers including IE6, never had a problem with that SSL thing. But who knows ^_^
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #695
    Join Date
    Dec 2007
    Posts
    6
    Plugin Contributions
    3

    Default Re: Simple SEO URL [support thread]

    I added the "cgi.fix_pathinfo = 1" as a php.ini (because I am running php 4) and reset the cache and it is still not working. Here is the site http://www.toolsupplystore.com any ideas? the fastcgi is also enabled, I thought that might have been the problem...

  6. #696
    Join Date
    Dec 2007
    Posts
    6
    Plugin Contributions
    3

    Default Re: Simple SEO URL [support thread]

    Nevermind, I didn't have access to the fastcgi...I am an idiot thanks for everything!

  7. #697
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I have done many many carts and test on many browsers including IE6, never had a problem with that SSL thing. But who knows ^_^
    The hover problem in SSL exists with IE6, it is even acknowledged by Comodo, I will have to test if rewriting the base tag fixes the issue.
    I have to test on a live site, with an SSL installed in the sidebox, which is not so easy, but will get to it this year...

  8. #698
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bean48009 View Post
    Nevermind, I didn't have access to the fastcgi...I am an idiot thanks for everything!
    Check your server error log, copy it here. It may tell us more details

    Regards
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #699
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    If you download the latest version of this module 1-2 previous pages you will see that it fully explains the fix and also include a patch file that can be used.

    Anyway, short answer: that module creates a new page, and that page was missing a very important component that should always exist, the basehref
    Yellow,
    All right! Tried your patch file and works like a charm both in IE and FF.
    Tried it in custom folder too, works.
    Added </base> tag for eventual compatibility with IE6, works.
    Modified path in attributes.php, works. Much better syntax.
    Good job!
    I will give a shot at rewriting that mod so these issues will be solved from now on.
    Now, one more question, please.
    Why was the test site working in FF and completely off in IE?
    I couldn't get that from the patch...
    Thanks.

  10. #700
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    I missed a closing tag when I made the change on your test server

    Regards
    Quote Originally Posted by ckosloff View Post
    Yellow,
    All right! Tried your patch file and works like a charm both in IE and FF.
    Tried it in custom folder too, works.
    Added </base> tag for eventual compatibility with IE6, works.
    Modified path in attributes.php, works. Much better syntax.
    Good job!
    I will give a shot at rewriting that mod so these issues will be solved from now on.
    Now, one more question, please.
    Why was the test site working in FF and completely off in IE?
    I couldn't get that from the patch...
    Thanks.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. 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
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 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