Plugins try to install in old location [closed]

In wp-config.php under the different salts there was a line, which I missed because it was directly under the different salts.

define('WP_TEMP_DIR',      '/home/oldserver/domains/olddomain.be/public_html/website/wp-content/uploads');

Obviously that needed to be changed to the new server path as well.