Page 1 of 1

include error in pear

PostPosted: 15. June 2006 07:35
by sl_ime
version: XAMPP Lite 1.5.1-beta1

<?php

require_once 'DB.php';

is making path errors >>

Warning: require_once(DB.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampplite\htdocs\test\test-pear.php on line 5

is pear not included in this package?

thanks in advance..

PostPosted: 15. June 2006 11:23
by Wiedmann
is pear not included in this package?

In XAMPP Lite only the base PEAR installation is included. Additional packages must be installed by yourself. For example:
pear install DB

its working

PostPosted: 16. June 2006 08:13
by sl_ime
the xampp is now working... anyway i have download xampp1.5.3a is PEAR also not installed their? some of my functions aint working their...