Simon Errington

Results 13 comments of Simon Errington

The id is calculated from the kisat.txt file in the kartat. The new id is simply the last id in kisat.txt plus one. After some testing it looks like it...

Not quite sure what is going on. All files should be created in a kartat directory which in your case is probably routegadget/kartat. What are the settings in your rg2config.php...

I think it is somehow related to the two DIRECTORY definitions. Getting things to work locally can be a bit problematic depending on the exact environment. I use XAMPP on...

Sorry, only just got round to looking at this. FIN1 is not a problem. The courses are read in correctly from the XML file. I think the problem was probably...

Your XML file does not comply with the IOF V3 standard. The definition of **SplitTime** states that: ` Start and finish times must not be present as SplitTime elements.` Your...

The most likely problem is the rg2-config.php file does not define RG_BASE_DIRECTORY correctly. If that looks OK can you give me a link to your installation so I can have...

Diego, The configuration file looks OK. You should have at least the following directories set up under http://rg.clavadetscher.ch/routegadget/ /rg2 (with all the files and directories from github) /kartat I think...

The error being reported from the login attempt is: Warning: mkdir() [function.mkdir]: Permission denied in /home/www/web5/html/RouteGadget/routegadget/rg2/rg2api.php on line 1099

I've put a prototype on www.test.routegadget.co.uk API is: `www.test.routegadget.co.uk/rg2/rg2api.php?id=x&type=lastupdate` If x is a valid event id you will get a response: `{"data":{"updated":{"time":"2016-05-08T21:41:11+02:00","id":"1"},"API version":"1.2.7"}}` where the last modification date is formatted...

This doesn't happen on my test set-up or any of the installed sites I know about. Can you please provide a few more details: 1) What version of PHP are...