Search results

  1. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Hi, Packages do exist, yum search lsphp82* Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.constant.com * epel: na.edge.kernel.org * extras: coresite.mm.fcix.net * updates: mirrors.advancedhosters.com Warning: No matches found for: lsphp82* No...
  2. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Hi, It is there, please check https://rpms.litespeedtech.com/centos/7/update/x86_64/RPMS/ Some packages may be combined into the common package, could you install it and check the phpinfo page and let us know if mcrypt is included or not?
  3. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Hi @Sveken and @RevivalTech , Those are updated, please check https://rpms.litespeedtech.com/centos/8/update/x86_64/RPMS/ Feel free to let us know if any package is missing.
  4. Cold-Egg

    Cant install/switch to lsphp72 on Ubuntu 22.04

    Repo does not maintain outdated PHP version for Ubuntu 22, see https://rpms.litespeedtech.com/debian/pool/main/jammy/ You might want to use php72 on Ubuntu 18.04 or 22.04
  5. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    In case anyone wants to know, here's the finding from our dev team, For the PHP Fatal error from web admin console, there is a typo in that build. You can manually update this file: /usr/local/lsws/admin/html.open/lib/util/build_php/buildfunc.inc.php line 692, change MEMCACHE_VERSION8 to...
  6. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    Thanks for the report, we will update the result here.
  7. Cold-Egg

    OLS Compile Php Error

    May I know if the system has upgraded before, like from Ubuntu 18.04 -> Ubuntu 22.04?
  8. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    @bonecrusher Still, no ticket received, could you help to submit the issue to support@litespeedtech.com with this forum link appended? Also, the reproduce steps. So our dev team can check the issue. Thanks.
  9. Cold-Egg

    session_start(): open(/var/lib/lsphp/session/lsphp81/sess_n9kpn5g8i383uai4ake9e8hbac, O_RDWR) failed: Permission denied (13)

    Thanks for the information. If the issue happens only with CyberPanel involved, could you help to post the issue on CyberPanel support forum https://community.cyberpanel.net/c/support/55?
  10. Cold-Egg

    session_start(): open(/var/lib/lsphp/session/lsphp81/sess_n9kpn5g8i383uai4ake9e8hbac, O_RDWR) failed: Permission denied (13)

    Hope this one helps, https://stackoverflow.com/questions/6821532/php-warning-permission-denied-13-on-session-start
  11. Cold-Egg

    Possible dead lock

    I see, it means you need to increase the maxConns and PHP_LSAPI_CHILDREN numbers. If the "The sever did not respond" on the browser, while you're browsing the website. The connection is reset. " still exists, please submit to support@litespeedtech.com for further support.
  12. Cold-Egg

    Hi,Guys, I can Not install ionCube loder on my google cloud php version 7.4 , please help

    Hi @AmanKK and @lmoon , The new package is out, lsphp74-ioncube and lsphp81-ioncube with v12.0.5. feel free to give it a try.
  13. Cold-Egg

    Possible dead lock

    Check the server load, if it's not a powerful server, please reduce both maxConns and PHP_LSAPI_CHILDREN numbers.
  14. Cold-Egg

    cache Issue [Page cache is not detected but the server response time is OK]

    Checked again, it's cache now, maybe you have changed something and fixed the issue? HTTP/1.1 200 OK Connection: Keep-Alive Keep-Alive: timeout=5, max=100 x-powered-by: PHP/8.1.12 content-type: text/html; charset=UTF-8 etag: "739-1672790863;gz" vary: Accept-Encoding,User-Agent x-qc-cache: hit...
  15. Cold-Egg

    cache Issue [Page cache is not detected but the server response time is OK]

    HI @Tman1816c no-cache is different, it means the page is set to no-cache for some reason. To check the reason, please turn on the debug log from the plugin and you should get the information from there.
  16. Cold-Egg

    Possible dead lock

    Hi Alex, Possible to get the output of "top" command when the issue happens again?
Top