Hi there,
I have the following issue with the lscache plugin on Opencart 3.0.3.6:
I've installed the following extension: lscache-opencart3.0-latest.ocmod.zip
I've purged all the cache and clicked on "Rebuild All LiteSpeed Cache".
The window with following extension opens and runs for exactly 1 hour: https://<mysite>/admin/index.php?route=extension/module/lscache&user_token=<xxx>
It never completes rebuilding the cache.
I have to restart it every hour and it stops running after an hour. After about 10 hours, it starts rebuilding from scratch.
I've added the following line in the.htaccess file:
<IfModule LiteSpeed>
php_value max_execution_time 50000
php_value session.gc_maxlifetime 50000
RewriteRule .* - [E=noabort:1, E=noconntimeout:1]
RewriteEngine On
CacheLookup on
</IfModule>
but it makes no difference.
I added a cron job to run every but it also does the same thing:
curl -N "http://yoursite/index.php?route=extension/module/lscache/recache&from=cli"
Please could you kindly assist with suggestions or recommendations that I could try to resolve the issue.
Regards,
Amesh
I have the following issue with the lscache plugin on Opencart 3.0.3.6:
I've installed the following extension: lscache-opencart3.0-latest.ocmod.zip
I've purged all the cache and clicked on "Rebuild All LiteSpeed Cache".
The window with following extension opens and runs for exactly 1 hour: https://<mysite>/admin/index.php?route=extension/module/lscache&user_token=<xxx>
It never completes rebuilding the cache.
I have to restart it every hour and it stops running after an hour. After about 10 hours, it starts rebuilding from scratch.
I've added the following line in the.htaccess file:
<IfModule LiteSpeed>
php_value max_execution_time 50000
php_value session.gc_maxlifetime 50000
RewriteRule .* - [E=noabort:1, E=noconntimeout:1]
RewriteEngine On
CacheLookup on
</IfModule>
but it makes no difference.
I added a cron job to run every but it also does the same thing:
curl -N "http://yoursite/index.php?route=extension/module/lscache/recache&from=cli"
Please could you kindly assist with suggestions or recommendations that I could try to resolve the issue.
Regards,
Amesh