Page 151 of 506 FirstFirst ... 51101141149150151152153161201251 ... LastLast
Results 1,501 to 1,510 of 5054
  1. #1501
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Interesting. Can you please post the content of your language.php as well? And the above fatal error is the only one you current have, right?
    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

  2. #1502
    Join Date
    Nov 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yes, that's the only one.

    Here's language.php:

    <?php
    class SSULanguageBase{
    var $registry;

    function register($name, $value){
    $this->registry[$name] = $value;
    }

    function registry($name){
    if(isset($this->registry[$name]))
    return $this->registry[$name];
    return null;
    }

    function registerArray($params){
    foreach ($params as $key => $value)
    $this->register($key, $value);
    }

    function removeDelimiter($name){
    // remove excess $this->registry('name_delimiter')
    $name = preg_replace('/'.$this->registry('name_delimiter').$this->registry('name_delimiter').'+/', $this->registry('name_delimiter'), $name);
    // remove anything that looks like our identifiers in the name
    $name = str_replace(array( $this->registry('category_identifier'),
    $this->registry('manufacturer_identifier'),
    $this->registry('page_identifier'))
    , '', $name);
    foreach($this->registry('products_identifiers') as $products_identifier)
    $name = str_replace($products_identifier, '', $name);
    return $name;
    }

    }

  3. #1503
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    This is a bug for some very old php4 versions (things not working well with mixcase class-name).

    What is your php version?

    Regards

    Link to bug: http://bugs.php.net/bug.php?id=27227
    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

  4. #1504
    Join Date
    Nov 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    It's 4.3.11

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

    Default Re: Simple SEO URL [support thread]

    4.3.11 is released 3-4 years ago, perhaps it's now time for your host to upgrade to a newer version?

    Each new version released come with bug fixes and performance improvement, so it will benefit your whole site over all.

    In the mean time, please do this: please turn off ssu via admin, this should return your links back to normal. Please pm me if you need more help.

    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

  6. #1506
    Join Date
    Nov 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I'll take it up with my host. Thanks for your help!

  7. #1507
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by ttco View Post
    I'll take it up with my host. Thanks for your help!
    And dont forget zen 1.4 coming out soon will require php5 to run.

    However, if you are still on older version of zen (older than 1.3.8), then it's safer to stay on php4 for now.

    If you dont know which php version works best for your zencart, post a new topic in the appropriate forum and someone in the dev team will help you with that.
    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

  8. #1508
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    When a product is brought up by searching the part number and the "Add to cart" is selected it goes to "Page Not Found". This does not occur anywhere else on the site.

    www.thecablestation.com

    Example Part 35509

    When I turn SSU off this does not occur.

    ???
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  9. #1509
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by micmed View Post
    When a product is brought up by searching the part number and the "Add to cart" is selected it goes to "Page Not Found". This does not occur anywhere else on the site.

    www.thecablestation.com

    Example Part 35509

    When I turn SSU off this does not occur.

    ???
    Your ssu version? I can not reproduce this particular error on my site.
    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

  10. #1510
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Aparently not the latest. Is that 2.9.6?
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

 

 

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