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

Posts 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

×
×
  • Create New...