Hello,
I have an error registered in my error log :
[18-Aug-2017 10:03:35 UTC] PHP Notice: Undefined index: read in /home/www/wp-content/plugins/types-access/includes/Helper.php on line 1488
[18-Aug-2017 10:03:35 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/www/wp-content/plugins/types-access/includes/Helper.php on line 1488
As these are just warnings and won't affect the running normal function of the program, however from the warning I would says this has to do with the media permissions.
Also could you enable the WP_DEBUG so that the errors show up on the frontend so that we can see exactly what is generating this.
I've checked out the function that is causing these warnings but I can assure you that they won't be causing any issues and the plugin will function as normal.
However could you let me know if the issue still remains after changing the Media permissions to be controlled by access.
Great, that solved the issue :However could you let me know if the issue still remains after changing the Media permissions to be controlled by access.
Thank you.