Jump to content

IPS Connect slave_key can not be null


Recommended Posts

I'm trying to setup ips connect. Link below should give a json reply but instead it returns an error. I couldn't make other methods work either. login fetchSalt method returns a bad_key error. But key is correct. What am i doing wrong?

Quote

This is the error i get

REPLACE INTO `ibf_core_ipsconnect_slaves` ( `slave_url`, `slave_key`, `slave_last_access`, `slave_enabled` ) VALUES ( NULL, NULL, 1486142310, 1 )
IPS\Db\Exception: Column 'slave_key' cannot be null (1048)
#0 /var/www/html/system/Db/Db.php(839): IPS\_Db->preparedQuery('REPLACE INTO `i...', Array)
#1 /var/www/html/applications/core/interface/ipsconnect/ipsconnect.php(110): IPS\_Db->replace('core_ipsconnect...', Array)
#2 /var/www/html/applications/core/interface/ipsconnect/ipsconnect.php(76): ipsConnect->verifySettings()
#3 /var/www/html/applications/core/interface/ipsconnect/ipsconnect.php(996): ipsConnect->dispatch()
#4 {main}

Backtrace

#0 /var/www/html/init.php(511): IPS\_Log::log('REPLACE INTO `i...', 'uncaught_except...')
#1 [internal function]: IPS\IPS::exceptionHandler(Object(IPS\Db\Exception))
#2 {main}
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...