Miguel de Icaza wrote:
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.Wow, that was fast. Yes, you are right, the directory was not owned by the Apache user, but by the local user. This is now fixed.
Cool!
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.Is this a system file, or a file that would live in the public_html dir?
System file; might live in /etc or /usr/lib or /usr/local/lib or ... ;) On Debian/Ubuntu I find it in awful places like /etc/php4/apache. I'd try 'locate php.ini'; if that fails make a script containing just <?php phpinfo() ?> and check its output; it should show the path to the config file near the top. -- brion @ pobox.com)
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
