Jump to content

fatal error

Featured Replies

Posted

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  :)


 

 

anything in constants?

any 3rd party plugins, apps, login handlers?

are you up to date?

  • Author

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

 

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' ); 

 

  • Author

Yes!

I have reinstalled Country Field plugins and works fine now!
Thank you @MADMAN32395

Archived

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

Recently Browsing 0

  • No registered users viewing this page.