2021-02-19, 08:01 AM
Hello,
When i try to rebuild attachment thumbnails it gives me a white blank page without any error message not even in the PHP error_log so to get a clue about what is causing the issue i open /admin/modules/tools/recount_rebuild.php and add the top i add
when i try again it shows me Notice: Undefined index: channels in functions_image.php on line 37
but i can't find what is causing the problem help ....
When i try to rebuild attachment thumbnails it gives me a white blank page without any error message not even in the PHP error_log so to get a clue about what is causing the issue i open /admin/modules/tools/recount_rebuild.php and add the top i add
error_reporting(E_ALL);
ini_set("display_errors",1);
when i try again it shows me Notice: Undefined index: channels in functions_image.php on line 37
but i can't find what is causing the problem help ....