webMUSHRA icon indicating copy to clipboard operation
webMUSHRA copied to clipboard

Results are not saved when using the download package version

Open nico-franco-gomez opened this issue 2 years ago • 1 comments

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.

nico-franco-gomez avatar Nov 23 '22 10:11 nico-franco-gomez