- Edited
Hi. The index function failed with error 500.
Try to index the filter "Cosa vedere -> Architettura e Monumenti".
EDIT: Now the index function failed with blank page.
Thanks in advance.
Hi. The index function failed with error 500.
Try to index the filter "Cosa vedere -> Architettura e Monumenti".
EDIT: Now the index function failed with blank page.
Thanks in advance.
Hi lux0r
It seems that you set the thumbnail size for item in the filter but the maximum execution time of 180 is not enough to execute.
Could you increase max_execution_time directive in PHP on your server side to a bigger value? If you don't have right to edit this PHP value, you can contact your hosting provider for help to change it.
Once this value is changed, you can test the index of the filter and remember to enable the Error Reporting in Global Configuration - it will show the error if it happens again:
Hi, thanks.
Can I tell the filter to avoid images resizing of the articles and use the intro-image of the article instead?
Create thumbs just for the filter take long time and increase the disk usage (I've thousands of articles).
EDIT: If it depens from timeout execution of the scripts, if I relaunch indexing more time it can solve the problem?
If I must indexing 800 items, the script start, index 200 items and then stop for timeout. If I repeat the script for 4 times (200 x 4 = 800) I can solve?