You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thumbnail images are not working on firefox under https urls, it gets a 'secure conection failed' error message, the only workaround that i could find was setting this option to true:
$PHPTHUMB_CONFIG['cache_force_passthru'] = true;
But this change will get lost if i update my exponent version, so im wondering if there is a way to override this config and not lose the configuration from above?
Thanks
The text was updated successfully, but these errors were encountered:
First off, I'm not able to reproduce this error as the secure sites I'm running all serve the thumbnails correctly without issue under Firefox (and other browsers)...though I've gotten a report of another site not properly configured for https operation whereby Exponent doesn't see it as a secure site and uses a BASE_URL of http:// instead of https://
Do the page thumbnails display properly AFTER you refresh the page?
In most installations, changing the setting to true prevents the thumbnails from displaying.
Hey, thumbnail images are not working on firefox under https urls, it gets a 'secure conection failed' error message, the only workaround that i could find was setting this option to true:
$PHPTHUMB_CONFIG['cache_force_passthru'] = true;
But this change will get lost if i update my exponent version, so im wondering if there is a way to override this config and not lose the configuration from above?
Thanks
The text was updated successfully, but these errors were encountered: