How come Step2 says "Invalid (v5.0.4)"?

Ask your questions regarding TimeTrex installation here.
Locked
webstarts
Posts: 4
Joined: Thu Mar 22, 2007 4:03 am
Location: USA
Contact:

How come Step2 says "Invalid (v5.0.4)"?

Post by webstarts »

Hi,

I don't understand why TimeTrex shows invalid php version., I have PHP 5.0.4 though. Please help me out why is that?
Here is my step2 page response,
========================
TimeTrex Version: OK (v1.5.1)
PHP Version: Invalid (v5.0.4)
Database Engine: OK
PHP BCMATH Enabled: OK
PHP SOAP Enabled: OK
PEAR: OK
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: OK (20M)
==============================
I have checked in phpinfo, I have php v.5.0.4

Thanks.
eeclark
Posts: 9
Joined: Wed Mar 21, 2007 10:38 am

Which OS

Post by eeclark »

Which OS are you on? Linux or Windows?
webstarts
Posts: 4
Joined: Thu Mar 22, 2007 4:03 am
Location: USA
Contact:

Re: Which OS

Post by webstarts »

eeclark wrote:Which OS are you on? Linux or Windows?
Fedora Core4, apache 2, php v5.0.4, MySQL v4.1.11
But as far as I have seen some previous posts, I think it needs 5.1.x or greater but I'm not very much sure about it.
eeclark
Posts: 9
Joined: Wed Mar 21, 2007 10:38 am

PHP Version 5.2.1

Post by eeclark »

I am also using Linux but with PHP Version 5.2.1.
I am also using the new beta version of TimeTrex.
webstarts
Posts: 4
Joined: Thu Mar 22, 2007 4:03 am
Location: USA
Contact:

Re: PHP Version 5.2.1

Post by webstarts »

eeclark wrote:I am also using Linux but with PHP Version 5.2.1.
I am also using the new beta version of TimeTrex.
Ok thanks. I think it's time to upgrade my php now. I will do that over this weekend and then I will again try to setup TimeTrex.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

PHP v5.0.4 specifically has a nasty bug where it fails to assign variables by references in some cases, so we have disallowed installations with that version. Any other version of PHP 5 should be fine.
webstarts
Posts: 4
Joined: Thu Mar 22, 2007 4:03 am
Location: USA
Contact:

Post by webstarts »

shaunw wrote:PHP v5.0.4 specifically has a nasty bug where it fails to assign variables by references in some cases, so we have disallowed installations with that version. Any other version of PHP 5 should be fine.
I see. Thank you very much both of you guys, thanks alot.
Locked