FastCGI Error when requesting from several instances
-
I am sending requests via C# code. I am able to send 100 of requests like this to activate several time one license. It works:
RestCall(“https://ufesodoc.myhostpoint.ch/wp-json/lmfwc/v2/licenses/activate/”);How ever, when I send activation requests for the same licence key but from a different instance of the same code then I get this:
[Fri Nov 05 10:44:43.663810 2021] [-:error] [pid 21066:tid 34401501696] [client 2a00:d4a0:2:6b00:89c6:6f66:cb98:3dc8:53657] FastCGI: server “/var/run/hcgi/88984” stderr: PHP Fatal error: Uncaught Error: Call to a member function toArray() on bool in /home/ufesodoc/www/ufesodoc.myhostpoint.ch/wp-content/plugins/license-manager-for-woocommerce/includes/api/v2/Licenses.php:684
Any suggestions?
- The topic ‘FastCGI Error when requesting from several instances’ is closed to new replies.