Yada Khov
Yada Khov
The webserver can't simply write to any folders without first given permission. To make a folder writable by the webserver have to run a chmod command ``` bash chmod o+w...
Works for me as well on 4.2.
What error are you getting?
How many unique index is on the table? The only way I think I can fix the issue if I can replicate it. Do you have a simple example of...
I'll take a look when I got some free time. I'm suspecting it's the composite primary key. `PRIMARY KEY (station_id, tstamp)`
I think I have the solution to this issue. I'll code later today when I have some free time.
The solution is harder than expected. Currently Torelay doesn't support POST request.
Doing some research it looks like the best solution is to use the `mysql_real_escape_string` https://stackoverflow.com/questions/6646731/how-does-sprintf-protect-against-sql-injection I'll add it and do some testing.
It has to do with some relative urls. Can you give me the website that has this problem?