NYCPHP Meetup

NYPHP.org

[nycphp-talk] pear package manager

Scott Mattocks scott at crisscott.com
Mon Jan 31 12:07:00 EST 2005


Mark Withington wrote:

> 
> include_path=.;c:/php10/PEAR
> 
> Fatal error: main(): Failed opening required 'Spreadsheet\Excel\Writer.php'
> (include_path='.') in c:\program files\apache
> group\apache\htdocs\main_branch\program_files\excel.php on line 2

It looks like you are setting the include path wrong. Take a look at 
this page in the manual:
http://us2.php.net/manual/en/ini.sect.path-directory.php#ini.include-path

You need to use back slashes instead of forward slashes when working on 
windows.

-- 
Scott Mattocks
scott at crisscott.com
http://www.crisscott.com
http://pear.php.net/user/scottmattocks



More information about the talk mailing list