ID:               38233
 Comment by:       ottophobia at yahoo dot com
 Reported By:      khalid at pixelcraze dot com
 Status:           No Feedback
 Bug Type:         SOAP related
 Operating System: FC 4
 PHP Version:      5.1.4
 New Comment:

I am receiving these errors and have no idea what they mean or 
how to solve the problem. Can anyone help?

"Fatal error: main(): Failed opening required '/p/
prep.inc' (include_path='.:/usr/local/lib/php') in /home/
content/s/h/i/shir13/html/gallery/zoom/index.php on line 2"


Johnny


Previous Comments:
------------------------------------------------------------------------

[2006-09-28 12:38:57] horaci at gmail dot com

We are having the exact same problem, randomly, when trying to access
webservices from our SAP servers business connectors.

As far as we know, it has been working flawlesly for at least 2 months
until 3 days ago.

Any help is appreciated,
Thanks

------------------------------------------------------------------------

[2006-08-05 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2006-07-28 10:53:17] [EMAIL PROTECTED]

Please provide SHORT and COMPLETE reproduce script, just to be sure
that it's not a PEAR issue.

------------------------------------------------------------------------

[2006-07-28 10:47:23] khalid at pixelcraze dot com

Script requires Pear://Services_Google and a google API Key from
www.google.com/api/

<?php
require_once("Services/Google.php");
$key = "Google_Key";

for($i=1;$i<200;$i++) {

$google = new Services_Google($key);
$google->queryOptions['limit'] = 1000;
$google->search('"page '.$i.'"');
$googleRes = $google->numResults();
echo "$i: $googleRes\n";
}

?>

THe issue is that sometimes this script will run fine. Another time,
the script will die at random intervals...

------------------------------------------------------------------------

[2006-07-28 10:28:11] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.



------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/38233

-- 
Edit this bug report at http://bugs.php.net/?id=38233&edit=1

Reply via email to