There were some changes made to Habari's use of cURL between 0.5.2 and 0.6 so it uses temporary files. It would be helpful if you could tell us if 'safe_mode' or 'open_basedir' are set for php on your server. The easiest way to find these is to see if your host has a link where you can go to check your phpinfo. Barring that, create a file containing:
<?php phpinfo(); ?> You can name it test.php, info.php, or something similar that ends in .php. Upload it to your server, navigate to it in your browser, then look for what it says about those two things. Rick > Warning: curl_setopt(): supplied argument is not a valid File-Handle > resource in system/classes/curlrequestprocessor.php line 63 > > Fatal error: Call to a member function get_results() on a non-object > in /is/htdocs/wp1108055_82IWYLXVCQ/www/habari/system/classes/db.php on > line 245 > > All other version before 0.6 installed without problem. I didn't found > any information about this one. > > Any ideas? Thanks, 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 -~----------~----~----~----~------~----~------~--~---
