Babak Fakhamzadeh

Results 11 comments of Babak Fakhamzadeh

I'm getting the error @caio-ribeiro-pereira mentioned on June 3 ("ReferenceError: ImgCache is not defined"). I'm not understanding what you did to fix this. Can you elaborate?

Same here. You can make the changes directly in the pages that are named "DON'T EDIT..."

I also seem to have a problem with a lack of persistence. I have the following code. ``` Meteor.startup(function () { Cells = new Ground.Collection('cells', { connection: null }); console.log("Number...

This is one slow moving issue :) @CaptainN : your suggestion does not appear to work for me. My offline collection is reported to be ready, but still without the...

Ao substituir o URL original pelo URL acima, recebo essa resposta no console: Failed to load resource: The certificate for this server is invalid. You might be connecting to a...

Indeed. My host did a switcheroo on the SQL server. Thanks for the suggestion! I would have thought the client, at /php-tracks-recorder/ would also report a database error, though.

Actually, not quite. The problem may have been an incorrectly configured .htaccess file. (Thanks to my hosting provider.) Now, using Owntracks, php-tracks-recorder recorded one point, but after that, Owntracks is...

Passing the description when sending the image is not really an option. I suppose that passing the description when passing json could be possible. Is it for the latter that...