-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images are broken on initial page load php 8.1 #189
Comments
I have the same problem too. |
I found a fix for now. Change this line in the config file from 'true' to 'false' and give it a try. Clear cache directory to let app make fresh cache files as well. $PHPTHUMB_CONFIG['cache_force_passthru'] = true; //This is default. Change it to true |
Your fix works well for me thanks ! |
Another problem i have is the cache folder does not follow the culling's functions, nothing is delete in the cache folder now… |
question this is a fix or just a workarround ? |
Plesase some news or just need to change params |
Related to #205. Please see my comment under that issue. |
Images are broken on initial page load of new image until a page refresh is done. Only happens on php 8.1 not on 8.0 I have tried this test on different servers with php 8.1 and this is the result. Cache directory does fill up, but the image is broken in browser.
The text was updated successfully, but these errors were encountered: