Error Log - Failed to open file message
Hi there,
In my error log I am often getting the following error message:
PHP Warning: fopen(/****************/
wp-content/plugins/fxextender-pro/fxextender-pro.php): failed to open stream: No such file or directory in /****************/
wp-includes/functions.php on line 4305
PHP Warning: fread() expects parameter 1 to be resource, boolean given in /****************/
wp-includes/functions.php on line 4308
PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /****************/
wp-includes/functions.php on line 4311
This does not affect the functionality of my site however I would like to resolve the error message as it is adding a lot of errors to my logs which make resolving other errors more difficult.
I presume the main cause of this problem is that the file fxextender-pro.php doesn't exist, the main file in my fxextender-pro folder is fxextender-pro-jobroller.php.
Do you have any ideas or suggestions for how I can prevent this error from occurring.