From:             [EMAIL PROTECTED]
Operating system: Tru 64 Sun Solaris Unix
PHP version:      4.1.2
PHP Bug Type:     Scripting Engine problem
Bug description:  Warning: Failed opening '/usr/local/lib/php/bbph_smtp.php' for 
inclusion (inclu

Whenever I open our client webpage and view the recommendation and
quotation links that uses php, I get below error:

Warning: Failed opening '/usr/local/lib/php/bbph_smtp.php' for inclusion
(include_path='/usr/local/lib') in
/usr/data/ftp/info/Forms/List/recommend.php on line 2

We have install/ run a script on our server that uses smtp.pph and we
instruct our client to include the "bbph_smtp.php" script on their
phpscripts that will call this function:

the syntax is: 
bbphmail (string to, string subject, string message [,string
additional_headers]); 

the command is: 
include ("bbph_smtp.php"); 
-- 
Edit bug report at http://bugs.php.net/?id=15779&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15779&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15779&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15779&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15779&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15779&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15779&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15779&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15779&r=submittedtwice

Reply via email to