On Tue, May 25, 2010 at 11:40 PM, Petko Yotov <[email protected]> wrote: > It looks like a memory limit problem, and this *is* a big picture. You can see > the error message when you open the thumbnail url ?action=createthumb, as it > appears in the html source, directly in the browser. Alternatively, in Firefox > you can right-click on the text "Parapets1.jpg: 2592x1944..." and from the > menu select "View image".
Great! Problem solved. I created a php.ini with this line: memory_limit = "50M" I put it in the directory with index.php (it's on a farm). (This was on 1and1 servers.) And everything works great! Thanks for the help, Petko! -Peter _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
