Installation Error (SOAP and PEAR)

Ask your questions regarding TimeTrex installation here.
Locked
CHINMAY
Posts: 2
Joined: Thu Apr 05, 2007 2:38 am

Installation Error (SOAP and PEAR)

Post by CHINMAY »

I am a user of your software. At the time of installation (http://localhost/timetrex/interface/ins ... ements.php) I am facing the following problem.

2. System Check Acceptance

In order for your TimeTrex installation to function properly, please ensure all of the system check items listed below are marked as "OK". If any are red, please take the necessary steps to fix them.

For installation support, please join our community forums or contact a TimeTrex support expert for Implementation Support Services.

TimeTrex Version: Unable to Check Latest Version

PHP Version: OK (v5.2.1)

Database Engine: OK

PHP BCMATH Enabled: OK

PHP SOAP Enabled: Warning: Not Installed. (SOAP extension must be enabled)

PEAR: Warning: Not Installed. (try running: "go-pear.bat")

Writable TimeTrex Configuration File (timetrex.ini.php): OK

Writable Cache Directory: OK

Empty Cache Directory: OK

Writable Storage Directory: OK

Writable Log Directory: OK

PHP Safe Mode Turned Off: OK

PHP Memory Limit: Warning: 8M (Set this to 20M or higher)

Your TimeTrex configuration file (timetrex.ini.php) is located at:
C:\wamp\www\timetrex\includes\..\timetrex.ini.php

Your PHP configuration file (php.ini) is located at:
C:\wamp\Apache2\bin\php.ini, the include path is: ""


Please help me from here onwards. I need your help urgently.

Thanking You

Chinmay Chiranjeeb Rout
(Web Administrator)
Auroin.com
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Have a look at these other topics where installing SOAP was discussed, they should get you started.

http://forums.timetrex.com/viewtopic.ph ... +extension
http://forums.timetrex.com/viewtopic.ph ... +extension
CHINMAY
Posts: 2
Joined: Thu Apr 05, 2007 2:38 am

What about PEAR?

Post by CHINMAY »

Ok, I got the solution on SOAP.
But the error error still exists, Help me on the PEAR.
and "PHP Memory Limit: Warning: 8M (Set this to 20M or higher)"
where should I change it?
I mean Which file?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

I assume you are running Windows, so to install PEAR you need to find the go-pear.bat file in your PHP directory somewhere. If you run that file it should install PEAR for you.

To increase the memory limit search for:

memory_limit

in your php.ini file. Once changed you must restart your web server.
Locked