PEAR not detected even though it is installed

Ask your questions regarding TimeTrex installation here.
Locked
Threevolve
Posts: 8
Joined: Wed Feb 21, 2007 8:42 am

PEAR not detected even though it is installed

Post by Threevolve »

Trying to set up TimeTrex in a testing environment.

Running WAMP with PHP 5.2.1, Apache 2.2.4, and MySQL 5.0.27-community-nt.

When I get to the sys reqs page of setup, it says I do not have PEAR installed, and to run the bat file for it, which I did, but it still says I don't have PEAR, and will not allow me to continue.

I tried doing both a system wide install of pear, and the local install, both to no avail.

Any ideas?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

PHP can't find your PEAR.php file, most likely because your include_path in your php.ini file is not pointing to it.
Threevolve
Posts: 8
Joined: Wed Feb 21, 2007 8:42 am

Post by Threevolve »

Fixed. Turns out I was editing the wrong php.ini


Whoops!

Thanks for the shove in the right direction though!
Locked