RainGauge icon indicating copy to clipboard operation
RainGauge copied to clipboard

Can't see any data I have configured as mentioned

Open ghost opened this issue 12 years ago • 8 comments

Can you please help me out as I can't see any data populated I can just see headers .. that's it

ghost avatar Sep 26 '12 11:09 ghost

I can see collected data but can't see anything in UI ... everything is blank :-(

ghost avatar Sep 26 '12 11:09 ghost

Could you look to see if there is an error displayed in your web server's error log? http://httpd.apache.org/docs/1.3/logs.html#errorlog

On Wed, Sep 26, 2012 at 4:55 AM, Maheshpatilblr [email protected]:

I can see collected data but can't see anything in UI ... everything is blank :-(

— Reply to this email directly or view it on GitHubhttps://github.com/box/RainGauge/issues/16#issuecomment-8887298.

gtowey avatar Sep 26 '12 20:09 gtowey

I can't see any error logged for raingauge. (Please see attached screenshot)

On Thu, Sep 27, 2012 at 2:03 AM, Gavin Towey [email protected]:

Could you look to see if there is an error displayed in your web server's error log? http://httpd.apache.org/docs/1.3/logs.html#errorlog

On Wed, Sep 26, 2012 at 4:55 AM, Maheshpatilblr [email protected]:

I can see collected data but can't see anything in UI ... everything is blank :-(

— Reply to this email directly or view it on GitHub< https://github.com/box/RainGauge/issues/16#issuecomment-8887298>.

— Reply to this email directly or view it on GitHubhttps://github.com/box/RainGauge/issues/16#issuecomment-8904256.

Regards, Mahesh

ghost avatar Sep 27 '12 04:09 ghost

@Maheshpatilblr

I don't see any attachments (maybe github filters them out)

in the index.php file, please find this line:

error_reporting(E_ERROR);

and change it to

error_reporting(E_ALL);

Then reload the page to see if there is any additional error output.

gtowey avatar Sep 28 '12 00:09 gtowey

OK I am getting entry in error_log of Apache as

[Fri Sep 28 12:35:50 2012] [error] [client 192.168.1.62] PHP Notice: Undefined variable: table_url_time_start_param in /usr/local/apache2/htdocs/raingauge/views/index.php on line 24, referer: http://192.168.1.17/raingauge/ [Fri Sep 28 12:35:50 2012] [error] [client 192.168.1.62] PHP Notice: Undefined variable: table_url_time_end_param in /usr/local/apache2/htdocs/raingauge/views/index.php on line 25, referer: http://192.168.1.17/raingauge/

On Fri, Sep 28, 2012 at 5:45 AM, Gavin Towey [email protected]:

@Maheshpatilblr https://github.com/Maheshpatilblr

I don't see any attachments (maybe github filters them out)

in the index.php file, please find this line:

error_reporting(E_ERROR);

and change it to

error_reporting(E_ALL);

Then reload the page to see if there is any additional error output.

— Reply to this email directly or view it on GitHubhttps://github.com/box/RainGauge/issues/16#issuecomment-8959459.

Regards, Mahesh

ghost avatar Sep 28 '12 07:09 ghost

Try the update above and see if that helps.

gtowey avatar Sep 28 '12 07:09 gtowey

I have tried by editing view/index.php as mentioned by you but still does not help.

https://github.com/box/RainGauge/blob/811c8050bfb3c311fbee6358d46e5f780b5f5066/views/index.php

BTW: I am not getting any error in Apache error log file.

Am I missing something?

ghost avatar Sep 28 '12 08:09 ghost

@gtowey I have tried as you have mentioned but still does not help, nothing shows in UI, Can you please help here.

ghost avatar Oct 01 '12 13:10 ghost