Install Assistance Step 5 onwards

Ask your questions regarding TimeTrex installation here.
Locked
Arryquest
Posts: 2
Joined: Fri May 18, 2007 3:38 am

Install Assistance Step 5 onwards

Post by Arryquest »

Need install assistance from anyone from Step 5 onwards!

I get error
Warning: include(PEAR.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\TimeTrex_Standard_Edition_v1.6.4\interface\install\install.php on line 58

Warning: include() [function.include]: Failed opening 'PEAR.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\TimeTrex_Standard_Edition_v1.6.4\interface\install\install.php on line 58
PHP's PEAR package is not installed. TimeTrex requires PEAR to be installed.
On Windows PHP includes a file called go-pear.bat that you can use to install PEAR.


Warning: fopen(pre_install.php?os=WINNT&php_version=5.2.2&redir=0&web_server=Apache%2F2.2.4+%28Win32%29&url=localhost%3A8080%3A8080%2FTimeTrex_Standard_Edition_v1.6.4%2Finterface%2Finstall%2Finstall.php) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\wamp\www\TimeTrex_Standard_Edition_v1.6.4\interface\install\install.php on line 79

Warning: fclose(): supplied argument is not a valid stream resource in C:\wamp\www\TimeTrex_Standard_Edition_v1.6.4\interface\install\install.php on line 80
For installation support, please join our community forums or contact a TimeTrex support expert for Implementation Support Services.

HELP ANYONE PLS
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

PHP's PEAR package is not installed. TimeTrex requires PEAR to be installed. On Windows PHP includes a file called go-pear.bat that you can use to install PEAR.
Arryquest
Posts: 2
Joined: Fri May 18, 2007 3:38 am

Post by Arryquest »

I installed Pear still same probelm.....
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

It is not installed correctly, or PHP can't find it because the directory it is installed to is not included in your php.ini's include_path.
Locked