You're welcome. Rick
On Apr 23, 10:29 pm, danceric <[email protected]> wrote: > You're right, fix from trunk is working, Thanks > > You were right too about the tmp directory. PHP Info told me that > TMPDIR is > > /var/folders/B0/B0s2KqapF9KjORFSlP+9xk+++TM/-Tmp-/ > > (is it OS X or XAMPP that is strange like that :) and this directory > was rwx------, a simple chmod 777 did the trick to have the 0.6 > version working > > thanks again > -Eric > > On Apr 23, 10:14 pm, rick c <[email protected]> wrote: > > > The only thing I can think of is the system tmp directory isn't > > writable. This should be fixed in trunk (http://trac.habariproject.org/ > > habari/changeset/3500). > > > Rick > > > On Apr 23, 9:43 am, danceric <[email protected]> wrote: > > > > I have the same issue. Here's some extra info that could be usefull: > > > I've traced it down to a call to tmpfile() in system/classes/ > > > curlrequestprocessor.php line 59 (habari 0.6). > > > this php function return false with this setup: Mac OS X 10.5.6 and > > > XAMPP 0.7.4 (PHP 5.2.6, safe_mode=off and open_basedir commented out) > > > > btw, error reporting is on and error_level is set to E_ALL|E_STRICT > > > and php give me no clues as to why tmpfile() does'nt work. > > > > -Eric > > > > On Apr 13, 1:18 pm, rick c <[email protected]> wrote: > > > > > I'm glad to hear you got Habari installed. > > > > > I do think thecURLwarnings are due to the changes in the way Habari > > > > usescURLbetween versions 0.5.2 and 0.6, and I also think your > > > > warnings are due to the use of open_basedir. I was getting information > > > > from you about this so we can try to work out the best way to work > > > > around it in Habari. Thank you for your help. > > > > > Rick > > > > > ur > > > > On Apr 13, 10:14 am, John Wrana <[email protected]> wrote: > > > > > > So I've installed Habari 0.6 finally, fiddling around with > > > > > the .htaccess and config.php. Not an easy installation procr ess for > > > > > the > > > > > novice user. ;-) > > > > > > Anyway, I still get thesecURL-warnings everytime I hit the dashboard: > > > > > > Warning: rewind(): supplied argument is not a valid stream resource in > > > > > system/classes/curlrequestprocessor.php line 65 > > > > > Warning: stream_get_contents() expects parameter 1 to be resource, > > > > > boolean given in system/classes/curlrequestprocessor.php line 66 > > > > > Warning: fclose(): supplied argument is not a valid stream resource in > > > > > system/classes/curlrequestprocessor.php line 68 > > > > > > Maybe it's really because of the open_basedir settings, cause in my > > > > > local XAMPP installation these errors doesn't occur. But until today > > > > > I've had no problems with this and even until Habari 0.5.2. I don't > > > > > think that my webhoster will change anything related with open_basedir > > > > > and afaik open_basedir restrictions are not that unusual, so there > > > > > must be other possibilities to get thiscURL-thing working? > > > > > > John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
