audiolabs / webMUSHRA

a MUSHRA compliant web audio API based experiment software

Home Page:https://audiolabs.github.io/webMUSHRA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing to write the results

grizzlydor opened this issue · comments

Hey there!

I am running webMUSHRA locally on a PHP development server, I noticed that although all the example configuration pages and their functionality work I am not able to get the results at the end - the results folder stays empty.

I checked the console logs - there seems to be a php related error message.
The last messages I get in the console log:
[Mon Sep 25 22:21:47 2023] PHP Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /Users/myusername/Downloads/webMUSHRA-1.4.3-dev/service/write.php:21 Stack trace: #0 {main} thrown in /Users/myusername/Downloads/webMUSHRA-1.4.3-dev/service/write.php on line 21 [Mon Sep 25 22:21:47 2023] [::1]:57008 [200]: POST /service/write.php - Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /Users/myusername/Downloads/webMUSHRA-1.4.3-dev/service/write.php:21 Stack trace: #0 {main} thrown in /Users/myusername/Downloads/webMUSHRA-1.4.3-dev/service/write.php on line 21 [Mon Sep 25 22:21:47 2023] [::1]:57008 Closing

Have I missed some setup steps or is this actually an issue?

Running on MacBook Pro M1; macOS: Ventura 13.5; PHP 8.2.10; Google Chrome Version 117.0.5938.92

Update: downgrading to PHP 7.4 helped