Page 1 of 1
PEAR problems now...
Posted: Mon Feb 25, 2008 2:30 pm
by ccrevling
Ok so i had a post that said i am having problems with the gd. I fixed that but now Pear isnt working... How can i fix this?
Here is the error:
Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.;C:\php5\pear') in D:\Sites\nndental\New\default.php on line 291
and my site is basically all includes so i need Pear to work right? How can i address this someone help
Re: PEAR problems now...
Posted: Mon Feb 25, 2008 2:38 pm
by Christopher
It says it is looking for PEAR in '.' (the current directory) and 'C:\php5\pear'. Is PEAR in either of those places?
Re: PEAR problems now...
Posted: Mon Feb 25, 2008 2:45 pm
by ccrevling
well i guess that i cant find it on the server now... damn server tech ill just do it myself. But im at the pear site and i dont know what package to download. Where do i go?
ok well i found it... here
http://pear.php.net/go-pear
then i installed it. No good it still doesnt work.
Re: PEAR problems now...
Posted: Mon Feb 25, 2008 2:54 pm
by Christopher
What package do you want? There is a list of them there. Also, remember that you need to check if the package you want has dependencies and download all of them too.
Re: PEAR problems now...
Posted: Mon Feb 25, 2008 2:56 pm
by ccrevling
well i dont know what package to get.. I need one that will let me use the include(); function... and thats it. what one do i install for that?
Re: PEAR problems now...
Posted: Mon Feb 25, 2008 2:58 pm
by ccrevling
HAHAHAHAHAHAHAHA nvm hella dumb of me. im not even going to say what was wrong with it. lets just say i fixed it and nothing i said was the problem. But ne way what are some good packages that i should get?
Re: PEAR problems now...
Posted: Mon Feb 25, 2008 4:11 pm
by Christopher
I would generally not recommend PEAR, although it has some good classes. I think many people here like ADODb for database. You might also look at the Zend Framework because you can use many of the components separately.