Search results

  1. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Ask LiteSpeed support if they have any plan to expand cache plugin. If you use 3rd party functions, mods or themes you cannot expect that cache plugin can support custom modifications as a universal plugin for every case. If you really need these custom mods you will have to find someone who...
  2. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Find a developer who will do that. This cannot be done with 2 lines of copy & paste code. As a result of any modification you will never more participate of standard LScache plugin for Opencart. Then, it will be a "AndreyPopov LScache Plugin for OpenCart".
  3. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Again, if you (or mod) remove the tag, but LScache needs this tag, cache cannot work. To get LScache work with this mod LScache plugin must be modified.
  4. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    If you remove your name (your name != tag == nobody) how should someone know who you are? That cannot be fixed!
  5. serpent_driver

    how to disable php.ini files and php flags in .htaccess for litespeed ?

    WHM: Home -> Software -> MultiPHP INI Editor
  6. serpent_driver

    Magento 2.3.3 Invalid Form Key. Please refresh page

    I don't know how litemage exactly works, but your description about the issue points to a missing ESI "whole" for this extension. This means litemage must be modified to support the extension from 3rd party development. To get more qualified support you should open a support ticket.
  7. serpent_driver

    Too many sess_files?

    Check your plugins. There are many known WP plugins who are responsible for that: https://www.google.com/search?q=Too+many+sess_+files+wordpress
  8. serpent_driver

    Opencart & Cron

    Create an empty PHP file in document_root. <?php header('X-LiteSpeed-Cache-Control: public, no-cache'); header("X-LiteSpeed-Purge: *"); // This will purge complete cache
  9. serpent_driver

    problem with litecache manager in cpannel

    You didn't read it..... This forum doesn't support LiteSpeed Cache Plugin for Wordpress. Use the official WordPress support forum instead!
  10. serpent_driver

    problem with litecache manager in cpannel

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  11. serpent_driver

    problem with litecache manager in cpannel

    WP Rocket is a plugin for caching, LiteSpeed is a webserver with a HTTP cache and LS WP Plugin is only the control panel to manage webserver cache. This is a huge difference and cannot be compared.
  12. serpent_driver

    problem with litecache manager in cpannel

    If your issue isn't fixed, then: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  13. serpent_driver

    problem with litecache manager in cpannel

    If you use functions to optimize output you should use ony 1 instance. If code is already minified from LiteSpeed it doesn't make sense to minify it twice with LiteSpeed & Cloudflare, so in my mind disable all optimize functions at cloudflare and use only optimize functions in LS plugin.
  14. serpent_driver

    some php functions broke after switching from trial > enterprise license

    What about error_log? LiteSpeed is a web server, so why should it have effect to a specific PHP modul like php-xml....
  15. serpent_driver

    some php functions broke after switching from trial > enterprise license

    Have you checked if php-xml is installed in EasyApache (4)?
  16. serpent_driver

    How to enable the error_log on script directory?

    error_log behaviour is controlled by cPanel/WHM, not LiteSpeed. You can/must enable display_errors in WHM -> MultiPHP INI Editor or cPanel-> MultiPHP INI Editor. It is disabled by default.
  17. serpent_driver

    codeigniter plugin?

    If you don't get an answer to your question you know where you get a custom plugin for your custom application?
  18. serpent_driver

    Litespeed Caching Help!

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  19. serpent_driver

    Need urgent Help in Licensing! (Solved)

    Login to client area: https://store.litespeedtech.com/store/clientarea.php
  20. serpent_driver

    Crawler - No Need to Cache

    Set-Cookie header in your response is only session cookie and this cookie should'nt matter, but that depends on existing vary cache rules. If a URL is cached there is no session, therefore a session cookie cannot be set, but this is nomal. To find out if I am right you must request a non cached...
Top