Page 75 of 168 FirstFirst ... 2565737475767785125 ... LastLast
Results 741 to 750 of 1674
  1. #741
    Join Date
    Jul 2011
    Posts
    34
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Zencart 1.5.1 and Ultimate SEO v2.200

  2. #742
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by Kcm75 View Post
    Zencart 1.5.1 and Ultimate SEO v2.200
    Please upgrade to the latest version of Ultimate URLs (and apply any relevant patches for the latest version from this thread).

    After the upgrade reset the cache using the Zen Cart administrative interface.

    That said, if the hosting provider's MySQL server is slow (or having issues) you may see some entries like the one posted. In this case changing the settings for the cache may be beneficial.

  3. #743
    Join Date
    Jul 2011
    Posts
    34
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    In my test store I upgraded to zencart 1.5.3 and zencart 2.212.

    The first litle problem I am having is, that I cannot use the "admin configuration" with my dutch language.
    I copied the english file into my dutch folder:
    public_html/nieuw_test/admin/includes/languages/dutch/extra_definitions/seo.php

    It uses define('SEO_CONFIGURATION_GROUP_TITLE', 'Ultimate SEO'); in the main admin-configuration menu, but when it shows the SEO option, all the texts are blank like below:
    Name:  Schermafbeelding 2014-10-21 om 18.09.28.jpg
Views: 187
Size:  15.9 KB

  4. #744
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Have you run the installation again after copying the language file?

  5. #745
    Join Date
    Jul 2011
    Posts
    34
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Thanks! That did it :)

    Ready for today and testing again tomorrow.

  6. #746
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Awesome!
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  7. #747
    Join Date
    Jul 2011
    Posts
    34
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by lhungil View Post
    Please upgrade to the latest version of Ultimate URLs (and apply any relevant patches for the latest version from this thread).

    After the upgrade reset the cache using the Zen Cart administrative interface.

    That said, if the hosting provider's MySQL server is slow (or having issues) you may see some entries like the one posted. In this case changing the settings for the cache may be beneficial.
    Still having "duplicate entry" problem. This only occurs when an Admin is adding or edditing a product to the database using the zencart interface AND someone else is browsing the website at the same time. The user browsing the store generates the error and sees in his browser: WARNING: An Error occurred, please refresh the page and try again.

    The log file shows:
    PHP Fatal error: 1062uplicate entry '4c8c09ec83152a7da27516b6c5234f27-2' for key 'PRIMARY' :: insert into zen_seo_cache

    What kind of caching settings could be changed to prevent the error?


    One other problem keeps coming back in my log files, but I don't now if this has to do with this plugin.
    PHP Warning: mysqli_connect(): (HY000/2013): Lost connection to MySQL server at 'sending authentication information', system error: 32 in /home/picto/public_html/includes/classes/db/mysql/query_factory.php on line 62

  8. #748
    Join Date
    Aug 2009
    Location
    Waltham, Massachusetts, United States
    Posts
    22
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    I have an issue with Ultimate Seo URL's. I have a cart that was fine until this weekend, when we made some changes to some categories. Now, some categories return a blank page:

    https://www.b e l m e t r i c .com/index.php?main_page=index&cPath=15_147_1158

    Sub-categories and products show up in admin, but links to them fail in the store with a white screen. Searches for model do work ("cm8ss")

    Any ideas?

    (Z 139h, UltSeo 212)

  9. #749
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by Kcm75 View Post
    ... One other problem keeps coming back in my log files, but I don't now if this has to do with this plugin.
    PHP Warning: mysqli_connect(): (HY000/2013): Lost connection to MySQL server at 'sending authentication information', system error: 32 in /home/picto/public_html/includes/classes/db/mysql/query_factory.php on line 62
    This indicates a problem with the communication between the PHP and MySQL (and you are correct - it is not this plugin - unless something was not merged quite right). Under Zen Cart 1.5.3 common causes are: calls in PHP to functions starting with "mysql_" (do a search of all files), the site being hosted on an overloaded shared server, maintenance on the server hosting the site, other software / hardware issues with the hosting environment.

    Quote Originally Posted by Kcm75 View Post
    ... The log file shows:
    PHP Fatal error: 1062uplicate entry '4c8c09ec83152a7da27516b6c5234f27-2' for key 'PRIMARY' :: insert into zen_seo_cache ...
    For more details see this post. Usual cause is a slowly performing database write (with a multi-threaded PHP configuration).

    Quote Originally Posted by Kcm75 View Post
    ... What kind of caching settings could be changed to prevent the error? ...
    Turn off the individual SQL caches (product, category, manufacturers, ez-pages). This way Ultimate URLs will not attempt to keep SQL based caches for those items (so no read / write from seo_cache).
    Last edited by lhungil; 3 Nov 2014 at 05:20 PM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  10. #750
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by semide View Post
    ... Now, some categories return a blank page ... Any ideas? ...
    Can you post your .htaccess file (Be kind; Use "code" tags around the contents of the .htaccess file when you post. These can be added by clicking on the # sign while creating / editing a reply.) Can you also post the contents of any "debug" logs (also inside "code" tags)?
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. 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