3 hours ago, Nickz said:Since when?
What does your logdata say, and strange files in your shop?
What php setting you use on which shop version and theme?
thank you for replay i'm use php 7.2 and theme 1.7.8 with version prestashop 1.7.8 and i'm uploaded example images i have 4899 products i want to delete all 4899 i'm use this code mysql To delete them quickly
SET foreign_key_checks = 0;
-- Delete all products
DELETE FROM ps_product;
DELETE FROM ps_product_shop;
DELETE FROM ps_product_lang;
DELETE FROM ps_stock_available;
-- Enable foreign key checks
SET foreign_key_checks = 1;
i'm use this code after product deleted i'm screen home page with image name after.png and image with name id you will see Product id 7849
I think the ID Represents the number of products This is the first product I added after I deleted them from the databases