05-05-2020, 10:25 AM
Then I was a step too far ahead.
First of all, I am not entirely sure if file_put_contents works on an entire object. Please try
Still, I am a bit confused about the phyphox error. Can you access logs (error and/or access logs) on your server? If so, please check if an access from phyphox is registered when you try it and whether an error is being logged.
Besides that, I would suggest that you post your current php and phyphox-file, so we can simply test it ourselves.
First of all, I am not entirely sure if file_put_contents works on an entire object. Please try
PHP Code:
file_put_contents('Doc1.txt', serialize($data));
Still, I am a bit confused about the phyphox error. Can you access logs (error and/or access logs) on your server? If so, please check if an access from phyphox is registered when you try it and whether an error is being logged.
Besides that, I would suggest that you post your current php and phyphox-file, so we can simply test it ourselves.