Search results

  1. Cold-Egg

    Customize build.sh?

    Hi, thanks for sharing, for the build issue, you might want to try a different compiler, and maybe one of them will work. The build errors are from third-party libraries, not much we can do to find a way to around it.
  2. Cold-Egg

    New Main PID does not exist or is a zombie

    Glad to know that you managed to fix it
  3. Cold-Egg

    How to upgrade from PHP 8.0.12 to latest PHP 8.0.14?

    THanks, I will forward it to the build master
  4. Cold-Egg

    New Main PID does not exist or is a zombie

    Have you tried to kill all the litespeed processes and start the service again? If it's still not working, what's the output of ps aux | grep http
  5. Cold-Egg

    Openlitespeed proxy to Docker Discourse instance?

    Have you checked https://openlitespeed.org/kb/reverse-proxy-basics/ with Method 3: Proxying with Rewrite Rules?
  6. Cold-Egg

    PHP Warning: Creating default object from empty value / PHP Fatal error: Uncaught Error: Call to undefined method stdClass::import()

    Hi, it seems like your PHP code issue. If it's due to the PHP version, you can try with other PHP versions and see how it goes.
  7. Cold-Egg

    Customize build.sh?

    HI, could you share the error output?
  8. Cold-Egg

    Unexplainable and not always replicable error

    HI OpenLiteSpeed only recognize Rewrite, so ForceSecureCookie secure same_site_none will not work but RewriteRule .* - [E=Cache-Vary:%{ENV:LSCACHE_VARY_VALUE}+euCookie] Even you bring a copy to the cache copy, it should as nothing to do with the empty display. Maybe we can help to take a look...
  9. Cold-Egg

    chrome extension shows site is http/3 enabled but http3check.net shows otherwise

    I think it's due to IPv6, as you can see it shows "Unable to connect to the server". Once I force IPv4 in the HTTP/3 Check, it shows HTTP/3 is supported.
  10. Cold-Egg

    Unexplainable and not always replicable error

    mmm, the youtube 410 screenshot may not be enough, could you share the site URL?
  11. Cold-Egg

    Error caused by lsphp-curl

    Hi, It has been fixed for a long time, could you share the phpinfo page or screenshot of the curl pkg information, as well as reproduce stepsof  communicate with the external source?
  12. Cold-Egg

    Getting Alots Of Warning on Web dashboard - Need Help to Get Rid of

    I Just replied, it's due to the incorrect permission setup to the swap folder.
  13. Cold-Egg

    Edit open_basedir on OpenLiteSpeed

    Edit the file directly should work, what's the change you made?
  14. Cold-Egg

    Unexplainable and not always replicable error

    Hi, So the issue is a youtube link on the news feed can not preview? and it happens even LSCWP is disabled? Possible to share the issue link or page here so we can take a look?
  15. Cold-Egg

    PHP upgrade on GCP

    it should be fixed~ thanks for the report.
  16. Cold-Egg

    Disk Usage is high and increases constantly

    web admin > Server Configuration > Log, set Debug Level to None If you see Access Log, set Keep Days to 1 or remove everything. web admin > Virtual Hosts > xxx > Log, update settings, or remove everything if you want.
  17. Cold-Egg

    DigitalOcean Wordpress IonCube is Missing

    The package installation is just the same as others, and I just ran a quick test, no issue. 1. Assume you already launched an OLS WP droplet 2. apt-get update apt-get install lsphp74 lsphp74-common lsphp74-curl lsphp74-imagick lsphp74-imap lsphp74-json lsphp74-memcached lsphp74-mysql...
Top