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

typo in nodes_plot.php #72

Closed
FezzFest opened this issue Aug 29, 2015 · 3 comments · Fixed by #73
Closed

typo in nodes_plot.php #72

FezzFest opened this issue Aug 29, 2015 · 3 comments · Fixed by #73

Comments

@FezzFest
Copy link

There is a missing } in includes/pages/nodes/nodes_plot.php. This causes PHP to throw a parsing error: PHP Parse error: syntax error, unexpected '?>', expecting function (T_FUNCTION) in /var/www/wind/includes/pages/nodes/nodes_plot.php on line 65, referer: http://10.94.176.70/index.php/nodes?node=3.

@spinza
Copy link
Contributor

spinza commented Dec 11, 2015

Where is the typo? I can't find it. Looking to fix it as I get the same error.

@jammin84
Copy link
Contributor

I would say an additional } on line 55 would resolve the issue.

The admins of this page dont seem to update things too often, so you may just need to code it in yourselves.

@spinza
Copy link
Contributor

spinza commented Dec 12, 2015

Thanks @jammin84 submitted a pull request to fix this. I can't believe I was looking in the wrong file all the time.

jammin84 added a commit to jammin84/wind that referenced this issue Dec 14, 2015
Fixes
wind-project#72

Appeared to be some earlier merge issue. This one is corrected
ysamouhos added a commit that referenced this issue Dec 18, 2015
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

Successfully merging a pull request may close this issue.

3 participants