Soap? How do I install Soap?

Ask your questions regarding TimeTrex installation here.
Locked
lostnode
Posts: 5
Joined: Wed Jan 31, 2007 9:23 am

Soap? How do I install Soap?

Post by lostnode »

Ok, Everything is fine except for Soap, I do not have Soap installed... PHP is setup via CPanel and Cpanel does not have the SOAP extension in its list. Putting "extension = soap.so" does not help since I do not have soap.so on the server any wher... so here is my question

1. Where do I get SOAP?
2. How do I install it?
lostnode
Posts: 5
Joined: Wed Jan 31, 2007 9:23 am

Post by lostnode »

Also, just so youknow I am running CentOS4, and

Code: Select all

yum install php-soap
does not work,.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

That should work... What does that command say? I'm seeing php-soap RPMs for centos4. They might be in the "centosplus" repository though, do you have that setup on your system?

http://rpm.pbone.net/index.php3/stat/4/ ... 6.rpm.html
lostnode
Posts: 5
Joined: Wed Jan 31, 2007 9:23 am

Post by lostnode »

This unfortunately won't work, I have PHP PHP 5.1.6 installed
I would need php-soap-5.1.6 which I cannot find for CentOS... how do I edit the yum config to have more download sites?
lostnode
Posts: 5
Joined: Wed Jan 31, 2007 9:23 am

Post by lostnode »

Ok, found php-soap.5.1.6-1.2.1 but apparently I need
php = 5.1.6-1.2.1.centos

When I do a php -v I get

Code: Select all

PHP 5.1.6 (cli) (built: Jan 16 2007 03:05:14)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
    with the ionCube PHP Loader v3.1.28, Copyright (c) 2002-2007, by ionCube Ltd., and
    with Zend Extension Manager v1.0.11, Copyright (c) 2003-2006, by Zend Technologies
    with Zend Optimizer v3.2.0, Copyright (c) 1998-2006, by Zend Technologies
No way of telling what PHP package is installed... I installed it via the WHM control panel in CPanel, so no idea what it uses to get its install files...
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

try: php -i
lostnode
Posts: 5
Joined: Wed Jan 31, 2007 9:23 am

Post by lostnode »

Ok, got it to work... wasn;t easy, but I did it... had to do with exceptiopns and a bunch of other stuff, then having to find the .so file and move it to the right directory, etc etc.


Ok, so now with Version 1.4.3 of TimeTrax, where is the Job Tracking? or atleast how do I enable it?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Job tracking, invoicing and document management is only available in our professional edition. If you would like more information regarding this please contact sales@timetrex.com
Locked