Re: Ultimate SEO 2.200 (new features) [Support Thread]
Hmm, isn't 13107200 bytes ~ 13Mb? And the products cache is loading 25Mb of product URLs into memory on that line.... Seems a bit low for a PHP to complain at 13 + 25 = 38Mb... Typos? One may want to verify the amount of memory the hosting plan includes for PHP... And check the configured limit in php.ini...
If there are alot of products and limited memory on the server (25Mb of URL data is a fair amount), one can disable the product cache to save memory. When the product cache is enabled, all product URLs are preloaded into memory. When disabled, the generated URLs for products are added on demand into the global cache. When the global cache is disabled, no generated URLs are cached in memory.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
lhungil, thanks for the quick response (and other than some URL editing, the numbers were all as present in the log itself)! It's a self-hosted site and I'll check with the owner on the settings.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
When I go to the site's Configuration->Ultimate SEOs, there are many radio-button selections ... where none of the radio buttons are selected! Have you seen this before?
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by
lat9
When I go to the site's Configuration->Ultimate SEOs, there are many radio-button selections ... where none of the radio buttons are selected! Have you seen this before?
Are any Numinex modules installed (which may have altered Zen Cart's stock "/admin/configuration.php")?
Re: Ultimate SEO 2.200 (new features) [Support Thread]
There sure are! It's the Numinix-branded Configuration menu that I'm presented with.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by
lat9
There sure are! It's the Numinix-branded Configuration menu that I'm presented with.
Numinex (at the time Ultimate URLs 2.215 was released) alters the workflow of the standard Zen Cart configuration options. This breaks any 3rd party module (such as Ultimate URLS) relying upon the standard Zen Cart workflow for configuration options.
I would recommend starting by upgrading to the latest version of Ultimate URLs (2.215 at the time of writing). Make sure to review the "Recommended Patches" in the readme. There are instructions for Numinex users on how to patch the Numinex version of "/admin/configuration.php". Once applied, the patches will restore the stock Zen Cart workflow for Zen Cart configuration options (leaving the Numinex functionality intact).
Finally, be sure to apply the previously posted bugfix for Ultimate URLs 2.215.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
One more question (right now): Is there a "good" way to flush the contents of the seo_cache table? I think (?) that what I want to do is null-out the products' entries to reduce the size of the database (cache_name = 'seo_urls_vs_products'), besides disabling the products' cache.
I think I found it: Is that what the Configuration->Ultimate SEO->Reset SEO Cache does?
Re: Ultimate SEO 2.200 (new features) [Support Thread]
That is correct (was added to allow manual clearing of the DB cache via the Zen Cart administrative interface). The DB cache entries are also cleared automatically (when older than 30 days, when products / categories change, and when some settings are changed).
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Hey, guys, I installed Ultimate URLs today successfully, I thought. It's version 2.215 and I'm using zen cart version 1.5.1. The problem is now that NOTHING is showing up when i go to my website. Did I overlook something? Is there a section of this thread anyone can point me to for assistance?
Re: Ultimate SEO 2.200 (new features) [Support Thread]