<quote who="Richard Ibbotson"> > However, looking in to my.cnf and php.ini I can't see anything wrong. > Doing 'sudo find / -name php.ini' finds .... /etc/php5/apache2/php.ini > and /etc/php5/cli/php.ini. Isn't that wrong ? Can't think there should > be two php.ini files in there.
Yep, that's normal. Debian/Ubuntu provides separate configuration files for the various ways of running PHP (mod-apache, CGI, CLI, etc). Very handy, particularly to distinguish between your PHP scripts and web applications. > Looking at .... > > http://sleepypenguin.homelinux.org/blog/ > > I can see that the page and the background are there. But, no written > content of pictures. <shrug> Don't know what to do about that. Probably a theme issue. Make sure that you have the freshest version of your theme, and then start looking at your error.log -> you're very likely to find indicative errors in there. - Jeff -- The Great Australian Internet Blackout http://www.internetblackout.com.au/ "The ability to procrastinate is what separates us from the machines." - Chris Gregory, Desktop Magazine -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
