You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all, thank you for this great code. It's been really easy to set up and carry out experiments and it has helped me a lot during my developing stages of audio-related algorithms!
To the issue: I downloaded the version contained here (not the dev one but the experimenter's one). I carried out experiments without trouble but the results were not getting written anywhere. The error in the console was this:
[::1]:49394 [200]: POST /service/write.php - Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /path/to/folder/service/write.php:21
Stack trace:
#0 {main}
thrown in /path/to/folder/service/write.php on line 21
Since I have no prior experience with PHP, I didn't try to fix it myself. Instead, I downloaded the code from the master branch and there it seems to work fine.
The text was updated successfully, but these errors were encountered:
Hi, first of all, thank you for this great code. It's been really easy to set up and carry out experiments and it has helped me a lot during my developing stages of audio-related algorithms!
To the issue: I downloaded the version contained here (not the dev one but the experimenter's one). I carried out experiments without trouble but the results were not getting written anywhere. The error in the console was this:
[::1]:49394 [200]: POST /service/write.php - Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /path/to/folder/service/write.php:21
Stack trace:
#0 {main}
thrown in /path/to/folder/service/write.php on line 21
Since I have no prior experience with PHP, I didn't try to fix it myself. Instead, I downloaded the code from the master branch and there it seems to work fine.
The text was updated successfully, but these errors were encountered: