I am getting this error when I load up my Wordpress site:
Warning: include_once(../../plugins/acf-location-field-master/acf-location.php) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\cmpmushrooms.tld\wp-content\themes\shrooms_v0.1\functions.php on line 455
The code it is referring to is this:
function my_register_fields()
{
include_once('../../plugins/acf-location-field-master/acf-location.php');
}
I realise it is saying it cannot find the file but why is that? because it exists in the directory.