~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/tools/snoopy/FAQ

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Q:      Why can't I fetch https pages?
 
2
A:      Using Snoopy to fetch an https page requires curl. Check if curl is installed on your host. If curl is installed, it may be located in a different place than the default. By default Snoopy looks for curl in /usr/local/bin/curl. Run 'which curl' and find out your location. If it differs from the default, then you'll need to set the $snoopy->curl_path variable to the location of your curl installation. Here's an example of the code :
 
3
                include "Snoopy.class.php";
 
4
                $snoopy = new Snoopy;
 
5
                $snoopy->curl_path="/usr/bin/curl";
 
6
 
 
7
Q:      where does the function preg_match_all come from?
 
8
A:      PCRE functions in PHP 3.0.9 and later
 
9
 
 
10
Q:      I get the error: Warning: Wrong parameter count for fsockopen()
 
11
A:      Upgrade your verion of PHP to 3.0.9 or later
 
12
 
 
13
Q:      Snoopy cuts of my results every time. What's wrong?
 
14
A:      Upgrade your verion of PHP to 3.0.9 or later