Alex Benzer
Alex Benzer
Looks like your site is failing on line 37 of geocode.php. Are you running PHP 5? simplexml functions need to work for the code to run... i.e. http://php.net/manual/en/function.simplexml-load-file.php
URL?
Nice! Thnx for that. Can you issue a pull request? On Tue, Oct 1, 2013 at 2:16 PM, jobnomade [email protected] wrote: > I found out that the admin/header.php is missing...
I had this problem with Los Angeles briefly. Its an eventbrite bug - sometimes their api outputs invalid xml. I just had to wait a few days and it worked...
@MartinPetitMarteau this project might be helpful https://github.com/najeebt/atrium
You need to run the SQL files located in the /db directory. You can run them with phpMyAdmin (if its installed on your server) or a similar MySQL management tool...
It's almost definitely a short tags disabled issue @nathalianovaes — make sure they are enabled in your PHP config.
[marker.psd.zip](https://github.com/abenzer/represent-map/files/71602/marker.psd.zip) I don't have it in vector format, but this old PSD might be useful.
Unable to reproduce on my end. Is your places table empty, or do you already have some rows in there?
Really cool idea. Maybe each map could just have it's own generated XML file with marker data? Feel free to develop it and issue a pull request! :)