Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see any data I have configured as mentioned #16

Open
ghost opened this issue Sep 26, 2012 · 8 comments
Open

Can't see any data I have configured as mentioned #16

ghost opened this issue Sep 26, 2012 · 8 comments

Comments

@ghost
Copy link

ghost commented Sep 26, 2012

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

@ghost
Copy link
Author

ghost commented Sep 26, 2012

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

@gtowey
Copy link
Contributor

gtowey commented Sep 26, 2012

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//issues/16#issuecomment-8887298.

@ghost
Copy link
Author

ghost commented Sep 27, 2012

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//issues/16#issuecomment-8904256.

Regards,
Mahesh

@gtowey
Copy link
Contributor

gtowey commented Sep 28, 2012

@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.

@ghost
Copy link
Author

ghost commented Sep 28, 2012

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//issues/16#issuecomment-8959459.

Regards,
Mahesh

@gtowey gtowey closed this as completed in 811c805 Sep 28, 2012
@gtowey
Copy link
Contributor

gtowey commented Sep 28, 2012

Try the update above and see if that helps.

@gtowey gtowey reopened this Sep 28, 2012
@ghost
Copy link
Author

ghost commented Sep 28, 2012

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
Copy link
Author

ghost commented Oct 1, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant