i cant use the ip login function. If i activate it the Error:
Fatal error: Call to undefined function hasValidUserPass() in C:\xampp\htdocs\a\include\login.inc.php on line 236 come and i cant login.
Can someone please help me!!
Discussion
Anonymous
-
2012-06-19
Did you use it before? How does your config.php entry look like.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2012-06-20
no i haven´t used it before.
my Config.php:
my cfg.user:
thanks for help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2012-06-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did you use it before? How does your config.php entry look like.
no i haven´t used it before.
my Config.php:
my cfg.user:
thanks for help!
Try to Remote the readonly role.
I updated to v8.1.7 and I have the same problem with a similar configuration.
I tried to remove the readonly role from iplist but I still have the same error.
Fatal error: Call to undefined function hasValidUserPass() in /var/www/addressbook/include/login.inc.php on line 236
The solution is in the file include\login.inc.php at line 236
replace this "return hasValidUserPass();"
to "return $this->hasValidUserPass();"
Please upgrade to 8.1.9.1 and check again. The bug should is fixed.