h9k / magirc

PHP Frontend for Anope / Denora IRC Statistics
https://h9k.github.io/magirc/
35 stars 14 forks source link

Magirc is not complete #141

Closed amoutai closed 7 years ago

amoutai commented 7 years ago

Hi,

I do not know why I do not have all the information of magirc on https://magirc.test.fr

Thank you for your future answers.

h9k commented 7 years ago

Look at https://magirc.test.fr/rest/service.php/network/status, it says an anope table is missing... probably your anope install is not complete, I suspect you did not enable the irc2sql module.

amoutai commented 7 years ago

Ok thanks :)

h9k commented 7 years ago

Meanwhile I see you partially fixed the issue. However, I see the peak values are not present. For this, you need to execute the magirc/setup/sql/anope.sql in your anope database, this will create things needed by magirc. Magirc setup does this automatically, but since tables were missing it probably failed. So just execute the contents of that file manually and it should work. Perhaps you need to wait up to one hour for all values to show up.

amoutai commented 7 years ago

My maxusage table stays at 0 : http://i.imgur.com/uRWf5m7.png

And I have certain values that do not move : http://i.imgur.com/UERozOW.png

I have executed in my table anope the contents of anope.sql

h9k commented 7 years ago

No idea I am afraid, best thing is to seek support from the Anope guys, as this is an issue with your Anope install.