install error

Ask your questions regarding TimeTrex installation here.
Locked
zhangquan
Posts: 1
Joined: Thu Oct 19, 2006 10:10 pm

install error

Post by zhangquan »

Hi.

I've installed Timetrex Standard .

PHP Version: OK (v5.1.4)
Database Engine: Invalid (postgresql)
PHP BCMATH Enabled: OK
PHP SOAP Enabled: OK
PEAR HTML_Progress: OK
PEAR HTTP_Download: OK
PEAR AJAX (v0.4.1+): OK
PEAR Mail: Warning: Not Installed. (try running: "pear install -f --alldeps Mail")
PEAR Mail_Mime: OK
Writable TimeTrex Configuration File (timetrex.ini.php): OK
Writable Cache Directory: OK
Writable Storage Directory: OK
Writable Log Directory: OK
PHP Safe Mode Turned Off: OK
PHP Memory Limit: OK

when i tried running "pear install -f --alldeps Mail",someting was wrong.
C:\php>pear install -f --alldeps Mail
PHP Fatal error: Cannot use string offset as an array in C:\php\PEAR\PEAR\REST\
10.php on line 288

What do these mean, and how do I fix?

Many thanks.

zhang
mikeb
Posts: 709
Joined: Thu Jul 27, 2006 11:58 am

Re: install error

Post by mikeb »

zhangquan wrote:Hi.

I've installed Timetrex Standard .

PHP Version: OK (v5.1.4)
Database Engine: Invalid (postgresql)
PHP BCMATH Enabled: OK
PHP SOAP Enabled: OK
PEAR HTML_Progress: OK
PEAR HTTP_Download: OK
PEAR AJAX (v0.4.1+): OK
PEAR Mail: Warning: Not Installed. (try running: "pear install -f --alldeps Mail")
PEAR Mail_Mime: OK
Writable TimeTrex Configuration File (timetrex.ini.php): OK
Writable Cache Directory: OK
Writable Storage Directory: OK
Writable Log Directory: OK
PHP Safe Mode Turned Off: OK
PHP Memory Limit: OK

when i tried running "pear install -f --alldeps Mail",someting was wrong.
C:\php>pear install -f --alldeps Mail
PHP Fatal error: Cannot use string offset as an array in C:\php\PEAR\PEAR\REST\
10.php on line 288

What do these mean, and how do I fix?

Many thanks.

zhang
Grab TimeTrex v1.2.1 and install that instead. It already includes pretty much all the PEAR requirements so you can skip this step entirely.
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
Locked