Search results

  1. Cold-Egg

    PHPmyAdmin - file size exceeded the maximum size permitted by your PHP

    Hi Please check this `/usr/local/lsws/lsphp56/etc/php.ini` Update `upload_max_filesize = 2M` to higher number lsphp56 number maybe different. Best,
  2. Cold-Egg

    Upgraded and getting MySQL Extension error

    Hi thecomicshq, I think you may just need to install php mysql package, e.g. yum install lsphp56-mysqlnd. If you installed already but still not work, can you paste your phpinfo here?
  3. Cold-Egg

    how can enable CORS on openlitespeed (admin panel)?

    I simply test with settings: Type: Static URl: / Locations: $SERVER_ROOT/Example/html/ You can verify with default page: http://Your_Domain/index.html Please correct me if I am wrong
  4. Cold-Egg

    how can enable CORS on openlitespeed (admin panel)?

    You can try Access WebAdmin>Virtual Hosts>Context Create a type and URl you want with Extra Headers: Access-Control-Allow-Origin * Restart lsws gracefully Then you can see Response Headers like this: Accept-Ranges: bytes Access-Control-Allow-Origin: * Cache-Control: public, max-age=604800...
  5. Cold-Egg

    mysqli_real_connect(): Headers and client library minor version mismatch.

    I just clean installed CentOS 7 + ./ols1clk.sh -w without any problem. You may want to try the following commands to fix the mysql version issue: yum -y remove lsphp56-mysql yum -y install lsphp56-mysqlnd service lsws restart
  6. Cold-Egg

    install redis on php 7 (lsphp70)

    We have a wiki on this here for Enterprise but should work the same for OLS: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:redis#verify_the_installation
Top