Re: Problems displaying wiki pages that contain many images - error 508
Thanks guys, some great pointers there - much appreciated 😊
I will work through them over the next few days and post back.
Rick, just quickly re your first point, attached is some output from Chrome showing which specific page elements are failing. These are the only failures shown in the full log for that page. All failures are php scripts and most are tiki-download_file.php, but not all of them as you can see.
The other thing I should probably mention is that a browser page refresh will usually result in the page being displayed correctly. What seems to be happening in this case is that the elements that downloaded successfully when the page was first accessed are held in the browser cache so are not re-fetched during a refresh. The refresh only has to fetch the failed elements from the server, which works OK because there's much less work to do (ie less images etc to fetch). The page can be made to fail every time by disabling the browser cache.