php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15779 Warning: Failed opening '/usr/local/lib/php/bbph_smtp.php' for inclusion (inclu
Submitted: 2002-02-28 06:30 UTC Modified: 2002-02-28 10:28 UTC
From: mstamgcora at broadbandphilippines dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.1.2 OS: Tru 64 Sun Solaris Unix
Private report: No CVE-ID: None
 [2002-02-28 06:30 UTC] mstamgcora at broadbandphilippines dot com
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"); 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-28 08:01 UTC] sander@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

Hint: set your include_path to ".:/usr/local/lib/php"
 [2002-02-28 10:27 UTC] sniper@php.net
Just change your include_path setting to this:

include_path=".:/usr/local/lib"

And it should work.

 [2002-02-28 10:28 UTC] sniper@php.net
Just change your include_path setting to this:

include_path=".:/usr/local/lib"

And it should work.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Nov 29 06:00:01 2025 UTC