Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I'm running the above, I'm unable to actually get the editor to load in a web browser, but, if i put something about the <?PHP line, i'm able to see that in the browser, so i do know that is working correctly. Any assistance in being able to get the editor to load would be appreciated.
ddonohue wrote:
I'm running the above, I'm unable to actually get the editor to load in a web browser, but, if i put something about the <?PHP line, i'm able to see that in the browser, so i do know that is working correctly. Any assistance in being able to get the editor to load would be appreciated.
Thanks,
donohue
How are you trying? Do you get any error message? Does the rest of the weathermap plugin work (with the example map, for instance)?
ddonohue wrote:basically going to url/plugins/weathermap/editor.php
And nothing on that page.
and nothing in your Apache error log? It's unusual to get nothing at all...
What happens if you run it from the shell? php editor.php - it's not actually useful to use the editor this way, but if PHP is throwing an error, you'll definitely see it.
ddonohue wrote:
If i throw in the sample map, it will map it, w/o problems.
I found out that i was missing PEAR when i was running it by hand. The only problem i'm having now, is trying to add a node. I'll have to figure out how to get the images into weathermap to play with things.
ddonohue wrote:I found out that i was missing PEAR when i was running it by hand. The only problem i'm having now, is trying to add a node. I'll have to figure out how to get the images into weathermap to play with things.
That's odd, because the editor doesn't use PEAR.
For images, you need to put your icons in the images directory inside the weathermap directory. They must be PNGs.
Ironically, i took the images you converted, and threw them in there, and the images arn't showing up. So that's sweet!. and yeah, no sure on the PEAR thing..
ddonohue wrote:Ironically, i took the images you converted, and threw them in there, and the images arn't showing up. So that's sweet!. and yeah, no sure on the PEAR thing..
You mean they don't show up in the pick list for a node? Or they don't show up on the map if you select one from the list?