[Mono-list] New Mono Web Site

Brion Vibber brion at pobox.com
Thu Sep 8 15:44:35 EDT 2005


Miguel de Icaza wrote:
>>>Whilst browsing the Mono website i got a php error!
>>
>>If you encounter such an error in the future, don't forget to report
>>_the exact error message_ please. :)
>
>
> This error happened after we migrated from 1.3 to 1.4.9 I believe, some
> of the images are not showing up, check this url:
>
> http://www.mono-project.com/Image:Alta-grande.png
>
> Those files do not exist in our backup either, so am afraid that
> something went wrong.

That looks like a failure in thumbnail generation; it's trying to resize
the image to fit on the page, but the output fails.

Check the permissions on the subdirectories in files/ ... the web server
needs to be able to write stuff in there. (This is a fairly common
problem when people transfer a wiki from one server to another; if you
untar your archive as a regular user all the apache-owned files get
reassigned to you.)

There is a directory here: http://www.mono-project.com/files/thumb/3/
but not the 30/ subdirectory mentioned in the error message; if it's
unable to create that it can't store the thumbnail, and then things go awry.


Also you might consider configuring PHP to log errors instead of
displaying them to end users; you can adjust the error_log and
display_errors settings in php.ini.

-- brion vibber (brion @ pobox.com)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : http://lists.ximian.com/pipermail/mono-list/attachments/20050908/813c2533/signature-0001.bin


More information about the Mono-list mailing list