• Hi,
    I have this problem for some time now: PHP Fatal error: Call to a member function register_handler() on a non-object in /PATH/wp-includes/media.php on line 1304
    It only appears on the log but not on the front page.

    I read several posts about it and I updated the same version files and I upgraded the WP version, but the error keep showing.
    I thought about a php script that is executed with cron but I removed and the error is still there.

    I don’t know what else to do.
    Is there a way to debug it ?

Viewing 1 replies (of 1 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Fatal error: Call to a member function register_handler() on a non-object’ is closed to new replies.