Search results

  1. hcker2000

    No request delivery notification has been received from LSAPI application, possible dead lock.

    V1.7.18 does not solve the issue we just had it happen again on a testing server.
  2. hcker2000

    No request delivery notification has been received from LSAPI application, possible dead lock.

    We to are getting the same issues with php8.2 and ols 1.7.17. The only difference is that we get no response back from OpenLiteSpeed and eventually the error changes. We have seen this on multiple servers some with high traffic and some with zero traffic.
  3. hcker2000

    [Resolved]Issue with tmp file uploads

    Never mind. This was caused by VenderGuzzleHttp waitIfPending line 219
  4. hcker2000

    [Resolved]Issue with tmp file uploads

    When uploading a file in php and then doing an fopen on the $_FILES["file"]["tmp_name"] and waiting a short bit (less than 1 second) the file will get removed from the tmp directory destroying the stream in php causing fclose to throw an error. This is happening with the open lite speed 1.7.17...
  5. hcker2000

    Wrong cache file being served for homepage

    It would seem that a random post from the wordpress site I run will some times show up as my home page. Has anyone ever experienced anything like this before? It only happens with logged out users who are getting cache hits as confirmed via the dev console. It also seems to happen more when the...
Top