#846 - URGENT: license validation error:NULL
I can't validate license.
I checked php_curl as suggested in other posts, I also checked file permissions but I wasn't able to make it work.
I also found in apache log this error:
PHP Parse error: syntax error, unexpected T_STATIC in /srv/www/htdocs/upgradebis/modules/SecurityGroups/license/SecuritySuiteOutfittersLicense.php on line 325
Maybe a php version error (our is 5.2.14 but we cannot upgrade it for various reasons)
Please help us with a fix because we are doing an upgrade today and we'd like to complete it before evening.
Thanks.
10 years ago
I changes line 325 from $data = static::get_default_payload($module,$custom_data); to: $data = self::get_default_payload($module,$custom_data);
This way it worked but I'm not sure about what I'm losing this way. Please let me know something about it. Thanks
10 years ago
That would be the issue in your case. Your workaround should work just fine for 5.2.
10 years ago
thanks. I hope it would not create any other issue. I'll keep you updated in any case. Regards.