I am a noob and since month I try to fix these bug but I understand nothing... Somebody can help me ?
https://imgshare.io/images/2020/03/11/Capturedd.png
medialibrary-uploader.php on line 125 : -
// If we've got a post, loop through and get it's ID.
if ( count( $_posts ) ) {
$_id = $_posts->ID;
} else {
What can I do to fix my theme ? Maybe it's because a plugnin made a problem ?
headers already sent this error generally comes when there is any error in your code at somewhere.
try to Enable error reporting to locate your errored code and fix it.
Comment out this line
And add below code in your config.php file to enable more detailed error log.