In admin panel > Administration > Add-ons, I installed Google Sitemap fine. However, when I clicked on Google Sitemap to view the details, I got this blank page. I'm not sure if having 2 languages English and Vietnamese has anything to do with this. I have SEO enabled and all of my pages have SEO URLs. Any idea to fix this? Thanks in advance.
Hello Quaxinvn,
It seems that the problem occurred because CS-Cart is trying to use more memory than your server allows it to. Please refer to this article in our Knowledge Base: CS-Cart Documentation — CS-Cart 4.15.x documentation in order to learn more information about how to increase the “memory_limit” setting.
—
Anastasiya Kozlova
CS-Cart Support team
[quote name='CS-Cart Support team' timestamp='1309856560' post='116287']
Hello Quaxinvn,
It seems that the problem occurred because CS-Cart is trying to use more memory than your server allows it to. Please refer to this article in our Knowledge Base: CS-Cart Documentation — CS-Cart 4.15.x documentation in order to learn more information about how to increase the “memory_limit” setting.
—
Anastasiya Kozlova
CS-Cart Support team
[/quote]
Hi Anastasiya,
I have found the fix. Although it is different from your suggestion, your suggestion pointed me to the right direction: checking config.local.php. So the fix is: In config.local.php, make sure '$config['cache_backend'] = 'file';'. I had '$config['cache_backend'] = 'mysql';' and that did not work.
My current memory is still: '@ini_set('memory_limit', '48M');'. So I think allowing more memory is not necessary to solve this problem.
Once again, thanks.
Quaxinvn.
Hello Quaxinvn,
You welcome.
—
Anastasiya Kozlova
CS-Cart Support team