hello,
i’m using shared hosting and my domain is https://www.top-review.net.
here is the schema
/cashflow24hours.com (root)
-/top-review.net
i put the plugin to my wordpress version 2.3.2
and already register to google api
my kml path is https://www.top-review.net/maps/kml.kml
and i activated the plugin and put the link
<a href="https://www.top-review.net/maps/kml.kml">test</a>
it got error message
Warning: fopen(/home/content/c/a/s/cashflow24hour/html/maps/kml.kml): failed to open stream: No such file or directory in /home/content/c/a/s/cashflow24hour/html/top-review.net/wp-content/plugins/xml-google-maps/xmlgooglemaps_kmlParser.php on line 28
Cannot open XML data file: /home/content/c/a/s/cashflow24hour/html/maps/kml.kml
the error said cannot open XML data file
as i seen the error message the correct path should be
/home/content/c/a/s/cashflow24hour/html/top-review.net/maps/kml.kml
how to fixed this error?
thank you very much