Hoi Taco,
your question is for forum.joomla.org, becuase it's about Joomla itself.
Enable debug mode to find the culprit
You need to determine which specific file (extension) is calling this nonexistent method.
- Log in to your server via FTP or the File Manager in your hosting control panel.
- Open the configuration.php file in the Joomla root directory.
- Find and change the following two lines (set them to debug and maximum error reporting):
public $debug = true;
public $error_reporting = 'maximum';
- Refresh site. Now, instead of a general message, you'll see what's called a stack trace (error tree). You'll see the exact path to the file and the line number. The path will tell you whether the problem is in plugins/, modules/, or templates/.