hi, On 3 May 2010 01:31, Richard Ibbotson <[email protected]> wrote: > > [Sun May 02 16:16:38 2010] [error] [client 10.0.0.2] PHP Warning: > session_start() [<a href='function.session-start'>function.session- > start</a>]: Cannot send session cache limiter - h > <br />
you'll have to turn off display_errors in your php.ini or via ini_set to make wordpress run properly (that is, with working sessions). you could set error reporting to ignore warnings, but that's probably the worse of two bad options. cheers justin -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
