Hello, I’m trying to add new form and when add new field, I got this javascript output
No errors output in error log.
But i found this in mautic log
Code:
Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
I have set in php.ini 'always_populate_raw_post_data=-1' and delete cache folder, but the error still show up.
I have fresh install mautic too, and the error still show up.
Hello, I’m trying to add new form and when add new field, I got this javascript output
No errors output in error log.
But i found this in mautic log
Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
I have set in php.ini ‘always_populate_raw_post_data=-1’ and delete cache folder, but the error still show up.
I have fresh install mautic too, and the error still show up.