Hi Jon Sounds like Dreamhost have updated PHP on your server and as a result you're now hitting a known PHP bug: http://bugs.php.net/bug.php?id=48733 (Habari ticket: http://trac.habariproject.org/habari/ticket/1029).
The latest SVN code of Habari works around this PHP bug by no longer calling tmpfile() in curlrequestprocessor.php. HTH Colin On Fri, Sep 4, 2009 at 9:54 AM, jong<[email protected]> wrote: > > Hi there, > > I've been trying to clear this error for a couple of days, with no > clue yet. It happens when the dashboard fetchs the release xml when I > enter the dashboard for the first time. It started to do this a couple > of weeks ago and I don't really know if it's a problem cause by some > hosting change (I have a dreamhost shared server host.) or anything > else. Also, any feed fetching operation on my theme develops a similar > error and it stopped working. > > This is the dashboard error: > <pre class="error"> > <b>Warning:</b> curl_setopt() [<a href='function.curl- > setopt'>function.curl-setopt</a>]: the provided file handle is not > writable in system/classes/curlrequestprocessor.php line 75 > </pre><?xml version="1.0" encoding="UTF-8" ?> > <updates> > > <beacon id="b903172d-caa2-487a-81ec-e7a41dd76c5e" url="http:// > habariproject.org/dist/themes/simpler.zip"> > … > here comes the rest of the xml > … > </beacon> > </updates> > > > To check if it was something concerning the database, I made a fresh > install, causing this error again on the frontpage (not even entering > the dashboard): > <pre class="error"> > <b>Warning:</b> curl_setopt() [<a href='function.curl- > setopt'>function.curl-setopt</a>]: the provided file handle is not > writable in system/classes/curlrequestprocessor.php line 75 > </pre> > > And again, when I entered this fresh install dashboard, the same error > above. I'm inclined to think it is some server change that affects > curl operations, as habari had been working correctly before, but I > have no clue yet… > > Does anybody have dreamhost and some problem like this? > Thanks in advance for your comments. > > -Jon > http://jongarcia.info > > > -- Colin Seymour Blog: http://www.colinseymour.co.uk Tech Stuff: http://www.lildude.co.uk --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
