Some pages not showing data

Post Reply
Mariete
Newbie
Newbie
Posts: 7
Joined: Mon Nov 13, 2017 11:07 am
Location: Madrid, Spain
Station model: Davis Pro 2
Software: WeeWx
Contact:

Some pages not showing data

Post by Mariete » Fri Apr 20, 2018 7:12 am

I run into a problem I'm not able to solve by myself.

My setup is a Davis PRO 2 with WeeWx in a Raspberry Pi reporting to Meteotemplate v17 (on a VPS) via api.php

I can see current data but no data on Interactive Table, Interactive Graphs, and others, there is data in Resume and Almanac...

Image

Image

Image

The summary IS showing data:

Image

In the Report Monthly, for example, it shows the summary and the almanac but not the graphs. :shock:


My database looks like it's storing data but don't know if it's lacking some table.

Image

Any clue? I know probably is some silly detail but can't find it for months!

Thanks.

Mario
Mariete's Weather Station at: https://emariete.com/meteo

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Some pages not showing data

Post by Jachym » Fri Apr 20, 2018 11:13 am

Try running this SQL command in PHPMyAdmin

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

Mariete
Newbie
Newbie
Posts: 7
Joined: Mon Nov 13, 2017 11:07 am
Location: Madrid, Spain
Station model: Davis Pro 2
Software: WeeWx
Contact:

Re: Some pages not showing data

Post by Mariete » Sat Apr 28, 2018 6:28 pm

Hi.

Sorry for the delay.

When I try this I get an access denied error:

Image

#1227 - Acceso negado. Usted necesita el privilegio SUPER para esta operación
Means: #1227 - Access denied. You need the SUPER privilege for this operation
Mariete's Weather Station at: https://emariete.com/meteo

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Some pages not showing data

Post by Jachym » Sat Apr 28, 2018 7:37 pm

Then you need to ask your provider to change this, if you do not have permissions to do it yourself

Mariete
Newbie
Newbie
Posts: 7
Joined: Mon Nov 13, 2017 11:07 am
Location: Madrid, Spain
Station model: Davis Pro 2
Software: WeeWx
Contact:

Re: Some pages not showing data

Post by Mariete » Sat Apr 28, 2018 8:03 pm

I have a VPS with root access so I’m not supposed to have any limitations. May be it’s some kind of problem with the dafult MySQL configuration?
Mariete's Weather Station at: https://emariete.com/meteo

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Some pages not showing data

Post by Jachym » Sat Apr 28, 2018 9:27 pm

There have been a few others with the same problem and this always solved it

andyk1
Professional
Professional
Posts: 433
Joined: Tue Feb 27, 2018 10:56 pm
Location: OKLAHOMA, USA
Station model: Ecowitt WS90
Software: Meteobridge/GW2000B
Contact:

Re: Some pages not showing data

Post by andyk1 » Sun Apr 29, 2018 11:53 pm

The error is showing a privilege error.

#1227 - Acceso negado. Usted necesita el privilegio SUPER para esta operación
Means: #1227 - Access denied. You need the SUPER privilege for this operation

You may need to call your host server and ask to have your mysql permissions changed. Not many hosts give access to that without a call. Root level is not the same. Fix that and Jachym's fix should work.

Andy
Image

Post Reply