After the Update from 1.1.38 to 1.2.0 i have problems to see the following data from a Aggregate Graph:
With version 1.1.38 all works fine.
Issue only appears with aggregate Graphs.

I'll take a look. I don't recall a new permission being added for that but have you double checked your account permissions list?
I'll take a look. I don't recall a new permission being added for that but have you double checked your account permissions list?
Yes i checked my permissions settings.
I found a second bug in the web gui:
Checked with Firefox and Google Chrome

OK, can you report that as a separate issue (may be related but more than likely a different one).
Are there any errors in your cacti log?
Are there any errors in your cacti log?
No errors / warnings etc in the cacti log.
I can confirm that this appears to be an issue with Aggregate graphs but ordinary graphs are OK.
This appears to be because the code is looking for a template. Am I correct in assuming that your aggregate graph does not have a template? (mine didn't).

Can you run the following two SQL commands for me?
select * from aggregate_graphs where id = 843;
select * from aggregate_graph_templates;
select * from aggregate_graphs where id = 843;

Where do you get the id 843 ? Do you mean 840 ?
select * from aggregate_graph_templates;

Yes I did. Sorry, it was my monitor and my bad eyesight :)

I think it might be better to get a db dump for analysis. Permissions seem to work on my system. It has to be some combination of security settings.
Give me an mail adress and i will send you an dump of the database.
send it to [email protected] so that we can both receive it.
@DavidLiedke, I think I may have found the issue. Can you please get the latest lib/auth.php from the develop branch and try that out?
Perfect - with the latest lib/auth.php it works :) Thanks @netniV