• Resolved level42

    (@level42)


    I have a PHP error that is being generated:

    [03-Sep-2015 02:02:53 America/Los_Angeles] PHP Fatal error: Call to undefined function _deprecated_file() in D:\home\site\wwwroot\wp-includes\class-snoopy.php on line 6 –

    And I’m trying to find out if there is a way to identify what plugin I have that is using this php file.

    This way I can troubleshoot this issue.

    Is there a way to find this out?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Unfortunately there is no way to find out which file/plugin is calling it directly but there is a simply workaround way to find out.

    To see which plugin is causing the issue you can deactivate all plugins and activate them one at a time until the problem comes back.

    Thread Starter level42

    (@level42)

    Hmm, I was hoping there was an easier way, but thanks for the tip. I will check it out.

    You could deactivate each plugin one by one. This may help if you do not have staging environment and do not want to knock out half the site at once.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to tell what plugin is using a specific PHP file’ is closed to new replies.