$license_data returns as null
-
I have this plugin installed on a licensing-server.com. I have the sample plugin installed on a requesting-server example.com. When I hit the activate button in requesting-server and
var_dump($license_data)
it echoes “null”. This process does not activate the license. The request url is formed like this.https://licensing-server.com/?slm_action=slm_activate&secret_key=55d0ec3f9db414.02268045&license_key=55d0ecbc326aa®istered_domain=localhost&item_reference=Sample_Plugin
But when I manually run the above url in the browser, this process does activate the license and the license status changes from pending to active. The log looks like below in this case.
[08/17/2015 4:43 AM] - -------- Log File Reset -------- [08/17/2015 4:45 AM] - SUCCESS : API - license activation (slm_activate) request received. [08/17/2015 4:45 AM] - SUCCESS : License key: 55d0ecbc326aa Domain: example.com [08/17/2015 4:45 AM] - SUCCESS : Updating license key status to active. [08/17/2015 4:45 AM] - SUCCESS : API Response - Result: success Message: License key activated
Here is a link to the var_dump of $response if it helps. Hence I am unable to receive any response on clicking the activate button on the requesting server. Any clue what is happening here, what am I missing ?
- The topic ‘$license_data returns as null’ is closed to new replies.