Jump to content

fatal error


j4ss

Recommended Posts

Hello,

I am getting following error when i try to login on my board
"Fatal error: Call to undefined method IPS\core\extensions\core\MemberSync\_System::onLogin() in /home/user/public_html/init.php(434) : eval()'d code on line 22"

 

 help me please  :)


 

 

Link to comment
Share on other sites

Hello, Thank you for the reply
in my constants file

define( 'STORE_METHOD', 'Database' );
define( 'STORE_CONFIG', '[]' );
define( 'CACHE_METHOD', 'Memcache' );
define( 'CACHE_CONFIG', '{"servers":["127.0.0.1:11211"]}' );
define( 'CACHE_PAGE_TIMEOUT', 30 );
define( 'SUITE_UNIQUE_KEY', '05989eab70' );

3rd party plugins: Country Field 1.0.6 and Chatbox
login handlers: Standard
IPS version: 4.1.5.1

 

Link to comment
Share on other sites

for constants do you have ? needs the <?php
 

<?php

define( 'STORE_METHOD', 'Database' );
define( 'STORE_CONFIG', '[]' );
define( 'CACHE_METHOD', 'Memcache' );
define( 'CACHE_CONFIG', '{"servers":["127.0.0.1:11211"]}' );
define( 'CACHE_PAGE_TIMEOUT', 30 );
define( 'SUITE_UNIQUE_KEY', '05989eab70' ); 

 

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...