Page 1 of 1

strange error in latest 3.0

PostPosted: Tue Nov 06, 2012 12:53 am
by zmmaj
I have this error when I open ANY table

Code: Select all
[error] [client 127.0.0.1] Session address does not match the remote address.  Possible hacking attempt.  Session address was '', User address was '::ffff:7f00:1',


What this mean?

Re: strange error in latest 3.0

PostPosted: Tue Nov 06, 2012 1:23 am
by fantomasdm
me too

Re: strange error in latest 3.0

PostPosted: Tue Nov 06, 2012 1:13 pm
by shannah
Add the following to the beginning of your conf.ini file:
Code: Select all
disable_session_ip_check=1


This will disable this check.

Re: strange error in latest 3.0 (SOLVED)

PostPosted: Tue Nov 06, 2012 3:55 pm
by zmmaj
tnx ;)