You do not have access to the requested area/action in forms field

Hello, I’m trying to add new form and when add new field, I got this javascript output

aNPaAEOr.jpg



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.

I can't add new forms or new campaigns.

I'm using PHP-FPM 5.6.16.

Thank you.

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.

I can’t add new forms or new campaigns.

I’m using PHP-FPM 5.6.16.

Thank you.

Problem was solved.
I follow nginx configuration from this gist
https://gist.github.com/that0n3guy/905c812c0f65e7ffb5ec