Cacti / plugin_weathermap

Weathermap for Cacti 1.x
MIT License
77 stars 26 forks source link

Weathermap groups doesn't allow users to see map #125

Closed manel1984 closed 7 months ago

manel1984 commented 8 months ago

Hello,

I'm currently using cacti 1.2.25 and weathermap 1.1.

When a group is allowed to view a map, all the users in that group cannot see it.

What I see is:

Group is added in weathermap_auth with a minus value (that's correct), but the last query for allow is SELECT mapid FROM weathermap_auth WHERE userid = 'xxx' AND mapid = 'xx' this userid doesn't exist in that table.

Would you mind helping me?

Manel Pérez

TheWitness commented 8 months ago

Are you using the tag or the develop branch?

manel1984 commented 8 months ago

Develop branch

TheWitness commented 7 months ago

Can you provide a file/line number?

TheWitness commented 7 months ago

I may also require a DB dump via Email of course.

TheWitness commented 7 months ago

No feedback.

manel1984 commented 7 months ago

Sorry I thought I had answered, It's not possible to send the db. Let me do a fresh install and try to reproduce it