Questions

place them in this section
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
makis
- Users

-
Status:
Offline
- User theme: Dark
- Posts: 33
- Joined: Jun 22nd, '15, 15:35
Post
by makis »
Please can someone tell me why EVERYONE (in Who is online) can see users IP addresses?
came out of the blue....
Thanks in advance

Last edited by makis on May 6th, '17, 21:21, edited 1 time in total.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
Solidjeuh
- Donator

-
Status:
Offline
- User theme: Dark
- Posts: 348
- Joined: Dec 13th, '14, 01:40
Post
by Solidjeuh »
makis wrote: May 6th, '17, 21:04
Please can someone tell me why EVERYONE (in Who is online) can see users IP addresses?
came out of the blue....
Thanks in advance
Check the permissions :)
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
makis
- Users

-
Status:
Offline
- User theme: Dark
- Posts: 33
- Joined: Jun 22nd, '15, 15:35
Post
by makis »
ALL CROUPS without exception.....
As i said
makis wrote: came out of the blue....
Last edited by makis on May 6th, '17, 21:30, edited 2 times in total.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
Solidjeuh
- Donator

-
Status:
Offline
- User theme: Dark
- Posts: 348
- Joined: Dec 13th, '14, 01:40
Post
by Solidjeuh »
makis wrote: May 6th, '17, 21:26
Thanks a lot
Solidjeuh but the permissions are double checked...
And what group can see those IP's?
Maybe that group has some moderator permissions?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
makis
- Users

-
Status:
Offline
- User theme: Dark
- Posts: 33
- Joined: Jun 22nd, '15, 15:35
Post
by makis »
makis wrote: May 6th, '17, 21:26
ALL CROUPS without exception.....
As i said
makis wrote: came out of the blue....
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
dmzx
- Founder

-
Status:
Offline
- User theme: Dark
- Posts: 6471
- Joined: Jan 13th, '14, 20:45
Post
by dmzx »
What version of phpBB are you using?
First thought is permissions indeed.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
makis
- Users

-
Status:
Offline
- User theme: Dark
- Posts: 33
- Joined: Jun 22nd, '15, 15:35
Post
by makis »
Phpbb 3.2
The deferent before that it was that users could see "whoisonline" but they couldn't see theirs IPs
Thanks a lot dmzx
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
dmzx
- Founder

-
Status:
Offline
- User theme: Dark
- Posts: 6471
- Joined: Jan 13th, '14, 20:45
Post
by dmzx »
makis wrote: May 8th, '17, 20:32
Phpbb 3.2
The deferent before that it was that users could see "whoisonline" but they couldn't see theirs IPs
Thanks a lot dmzx
this line in html will show the IP adres:
https://github.com/phpbb/phpbb/blob/mas ... y.html#L32
But in
viewonline.php it will block it only for admin
$auth->acl_get('a_')
https://github.com/phpbb/phpbb/blob/30c ... e.php#L410
Are your files not edited?
And how do you check this, did you make a test account or do you take user permissions to check?