Thanks for your answer. The full message is :
Warning : undefined array key “tempera_totalSize” in julien/blog-julien/wp-content/themes/tempera/includes/theme-function.php on line 45
For the moment i use Tempera with a modification in wp-config.php tu suppresse the warning message :
/* 22.11.05 Pb warning posts
https://www.greengeeks.com/tutorials/disable-wordpress-php-error-messages/
*/
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
Do you that saving Tempera parameters,removing Tempera, download Tempera from your site, restore parameters could be a way to solve the problem ?
Best regards