When using PHP storage method, resulting csv file is empty #2613
-
I'm sure I am making some silly mistake here, but I can't seem to figure it out. I am trying to store data using the method proposed here https://www.jspsych.org/7.2/overview/data/#storing-data-permanently-as-a-file, and the resulting csv file is empty. Here is a MWE that reproduces the problem:
I have confirmed that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @taylorwwebb, Have you confirmed that the PHP setup on your server is in order and that the directory that the data is being written to is writeable? |
Beta Was this translation helpful? Give feedback.
Hi @taylorwwebb,
Have you confirmed that the PHP setup on your server is in order and that the directory that the data is being written to is writeable?