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)
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
