Jump to content

The license key is not valid. Please contact account assistance.


Go to solution Solved by Marc Stridgen,

Recommended Posts

License server should be with some problem... I can't use my localhost in IN_DEV mode:

Quote

Whoops\Exception\ErrorException thrown with message "Undefined array key "expires""

Stacktrace:
#8 Whoops\Exception\ErrorException in C:\wamp64\www\47x\applications\core\extensions\core\AdminNotifications\License.php:95
#7 Whoops\Run:handleError in C:\wamp64\www\47x\applications\core\extensions\core\AdminNotifications\License.php:95
#6 IPS\core\extensions\core\AdminNotifications\_License:title in C:\Windows\Temp\theBFF9.tmp:568
#5 IPS\Theme\theme_core_admin_global_globalTemplate in C:\wamp64\www\47x\system\Theme\Dev\Template.php:171
#4 IPS\Theme\Dev\_Template:__call in C:\wamp64\www\47x\system\Dispatcher\Dispatcher.php:173
#3 IPS\_Dispatcher:finish in C:\wamp64\www\47x\system\Dispatcher\Standard.php:113
#2 IPS\Dispatcher\_Standard:finish in C:\wamp64\www\47x\init.php:927
#1 IPS\Dispatcher\nexus_hook_DispatcherAdmin:finish in C:\wamp64\www\47x\system\Dispatcher\Dispatcher.php:155
#0 IPS\_Dispatcher:run in C:\wamp64\www\47x\admin\index.php:13

 

Quote
C:\wamp64\www\47x\applications\core\extensions\core\AdminNotifications\License.php
    public static function mayRecur()
    {
        return FALSE;
    }
    
    /**
     * Notification Title (full HTML, must be escaped where necessary)
     *
     * @return    string
     */
    public function title()
    {
        switch ( $this->extra )
        {
            case 'missing':
            case 'url':
                return \IPS\Member::loggedIn()->language()->addToStack('license_error');
            case 'expireSoon':
                $licenseKeyData = \IPS\IPS::licenseKey();
                return \IPS\Member::loggedIn()->language()->addToStack( 'license_renewal_soon', FALSE, array( 'pluralize' => array( \intval( \IPS\DateTime::create()->diff( \IPS\DateTime::ts( strtotime( $licenseKeyData['expires'] ), TRUE ) )->format('%r%a') ) ) ) );
            case 'expired':
                return \IPS\Member::loggedIn()->language()->addToStack('license_expired');                
        }
    }

 

Link to comment
Share on other sites

@Marc Stridgen or IPS team, frankly, can we get permission to download our purchased application/plugins from marketplace? I planned to took some items live today, and this issue has got me stucked because I am not able to download files as cannot login into marketplace. We self hosted clients are already, taking good enough risk by using self-hosted version and not cloud, so i don't know what risks could be there if we are downloading and installing applications ourself. 🤔🤔 Just give us notification messages or popup to accept that risk is ours and we will be okay with that. Thank you.

Link to comment
Share on other sites

6 minutes ago, Matt said:

License key checks should now process. Apologies for the delay in getting this issue fixed.

My license seems to be fine but only my database is restricted 

 

hmm maybe it is a license issue as I can’t install mods from the marketplace also.

Edited by fantasystar
Link to comment
Share on other sites

10 minutes ago, Matt said:

License key checks should now process. Apologies for the delay in getting this issue fixed.

Self-Hosted Plan. First install:

The license key supplied is not valid. Please check the provided key and try again or contact IPS technical support for more assistance

Edited by LastPlay
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...