Jump to content

Narvuk

Members
  • Joined

  • Last visited

  1.    SeNioR- reacted to a post in a topic: Can't see ikey due to template issue.
  2. @Jim M I have loaded a dev enviroment and the issues comes after api activation to resolve the issue in my dev enviroment as you notice the extra contains null, IPS doesnt like the null value where it is in the database {"1":{"activated":1658857139,"ip":"123.123.123.123","last_checked":0,"extra":null}} if extra is blank or has no results it need to be set to nothing for example {"1":{"activated":1658857139,"ip":"123.123.123.123","last_checked":0,"extra":[]}} this resolved the error on my dev but was unsure where in the php the value null gets set when either using the api to activate the usage of the license EDIT: You can pass [] in extra when activate via api to save it going null, but if left blank when sending it causes extra: to become null which throws the error in ACP view license key view. of product
  3. @Jim M Thank you, i got the email and updated all as needed, hopefully get to the root of the issue so i can finish of the licensing for my software i am creating.
  4. @Jim M sorry i forgot the acp was set to email login, done this now 🙂
  5. @Jim M i have updated the login information to my ACP
  6. @Jim M I get this too, tried disabling all and still same error, it happens when using the API for me once activated the admin show this error