Page 151 of 504 FirstFirst ... 51101141149150151152153161201251 ... LastLast
Results 1,501 to 1,510 of 5040
  1. #1501
    Join Date
    Oct 2006
    Posts
    5,486
    Plugin Contributions
    12

    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,486
    Plugin Contributions
    12

    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,486
    Plugin Contributions
    12

    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,486
    Plugin Contributions
    12

    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
    174
    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,486
    Plugin Contributions
    12

    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
    174
    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. Better Together Contribution Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 587
    Last Post: 1 Jun 2013, 09:22 PM
  2. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  3. Apple Zen Support Thread
    By jettrue in forum Addon Templates
    Replies: 3036
    Last Post: 26 Mar 2013, 03:35 PM
  4. SplitTaxLines mod support thread
    By pdprenty in forum All Other Contributions/Addons
    Replies: 80
    Last Post: 19 Dec 2009, 10:01 PM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 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
  •