Jump to content

Narvuk

Members
  • Posts

    11
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Narvuk

  1. @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
  2. @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.
  3. @Jim M sorry i forgot the acp was set to email login, done this now 🙂
  4. @Jim M i have updated the login information to my ACP
  5. @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
  6. Thank you for coming to us with the issue, yes you are correct the issue with the theme language tab key assigning, for anyone who is installing all 3 versions may encounter this error i have fixed this and will soon update the package with the fix.
×
×
  • Create New...