The Sandman
Well-known member
Seems there was a problem with an image in that thread. I deleted it.
Any chance you could post the URL of the original image (like if you edit the post you should see it)?
Any chance you could post the URL of the original image (like if you edit the post you should see it)?
Try this:Hello, I just got this addon and it works well, however when I enable the php mcrypt mod in apache, it breaks most of the images and they 404. It still does it even when trying to open the image url directly in the browser. When I disable mcrypt it fixes the issue and I believe the URLs revert to the base64 method, and I don't need mcrypt for anything at the moment, so it is not really a problem. I wanted to just mention this in case it's an issue with the addon and not my configuration, or if I end up needing mcrypt in the future.
Well if you ever want to use mcrypt with Apache/PHP, let me know and I'll see if I can go digging on your server (if you want) to see what's going on. I don't have access to an Apache web server myself, so...Hello, I just got this addon and it works well, however when I enable the php mcrypt mod in apache, it breaks most of the images and they 404. It still does it even when trying to open the image url directly in the browser. When I disable mcrypt it fixes the issue and I believe the URLs revert to the base64 method, and I don't need mcrypt for anything at the moment, so it is not really a problem. I wanted to just mention this in case it's an issue with the addon and not my configuration, or if I end up needing mcrypt in the future.
if ($cache)
{
$cache->save(serialize($image), $cacheKey, array(), 3600); // 1h cache
}
if ($cache)
{
$cache->save(serialize($image), $cacheKey, array(), 604800); // 168h cache
}
It should be fine as long as your cache is large enough to hold every image viewed by users in a week.
Always happy to find a nice big bug sleeping like this robber fly - unfortunately it wasn't sleepy enough to photograph it to the maximum extent possible (kept orienting itself to the exact same facing to the light / ground, argh) this was a pretty patient subject and let me snip off the branch it was on and mount it on my little model painting thing and get a background set up :D
E-P5 / Tokina AT-X 90mm 2.5 / Raynox 150
[URL='http://abload.de/img/p9240302sju8b.jpg'][IMG]http://abload.de/img/p9240302tha5swl.jpg[/IMG][/URL]
[URL='http://abload.de/img/p92400875qukc.jpg'][IMG]http://abload.de/img/p9240087thfiszm.jpg[/IMG][/URL]
[URL='http://abload.de/img/p9240179nyuoa.jpg'][IMG]http://abload.de/img/p9240179th5ks8q.jpg[/IMG][/URL]
That first image is huge... specifically 4608 x 3456 (1.8MB). While there's nothing in the plugin that prevents large images from being loaded, it's a possibility you might be hitting a server-side limit on your server... either raw size or the time it allows a PHP request to go on before it kills it (if the file was taking too long to download from the source server).
I did a little testing, and that same image is working just fine via the Image Proxy on my server, so I'd say the first thing to look at would be server-side limitations (PHP timeouts or memory limits most notably).
You can see that first image working fine through the proxy on my site:
https://forums.digitalpoint.com/proxy/V/lNRoM4xG+FIbu5nEOar/IjctB9Za7iufG0BTpyi58nAZcri7w=/image.png
Don't see why it wouldn't be. I haven't heard otherwise, but I haven't tried it myself.Is this compatible with XenForo 1.5?
We use essential cookies to make this site work, and optional cookies to enhance your experience.