Topic on Project:Support desk

Error "there seems to be a problem with login" on nas

3
Liannnnn (talkcontribs)

Hi!

I have a Synology DS116 and I installed MariaDB 5.5.53-0070, PHP 5.6.28-0050 and MediaWiki 1.27.1-0117 on it. When logging in to the wiki, MediaWiki returns an error message.

Occurance: When logging in to wiki (ip address/MediaWiki/index.php)

Error message: "There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Go back to the previous page, reload that page and then try again"

Browser: Chrome (also tried in cognito) and IE

Sources on the internet say it could have to do with cache-type (changing $wgMainCacheType = CACHE_ACCEL; into ANYTHING or DB) or cache save location (adding session_save_path("tmp");), but this didn't help me.

Thanks in advance!

Lian

37.18.163.242 (talkcontribs)

I've got the same problem.

37.18.163.242 (talkcontribs)

Try changing $wgMainCacheType from CACHE_ACCEL to CACHE_ANYTHING.

It worked for me.