When I look at the path in the error message, I assume that you are using a Windows machine with IIS using the PHP extension.
For a test, please change in the wp-srvstatus.php on line 40 the slash to a backslash from
require_once('classes/tmfcolorparser.inc.php');
to
require_once('classes\tmfcolorparser.inc.php');
I believe that IIS does not rewrite the slashes to backslash and therefore the tmfcolorparser.inc.php was not found.
Thank you for the information. I’ll check that and try to reproduce this error and solve.
It should be helpfull to know some parameters:
- Which version of WP do you use?
- Are you installed the plugin in the standard directory?
- When you activated the plugin, how you did that? Did you made changes in source about the thrown error? Or you activated the plugin and ignored the error?
- Can you post the whole error message?