Installation PHP Help

Ask your questions regarding TimeTrex installation here.
Post Reply
Joey
Posts: 4
Joined: Tue Jul 29, 2014 7:43 am

Installation PHP Help

Post by Joey »

So I am attempting to install this program on IIS 7 on a Windows 7 x64 computer. When I run the installer, I get this error in the "PHP CLI Requirements:" box:

Code: Select all

Warning: PHP CLI requirements failed while executing 
""C:\Program Files (x86)\IIS Express\PHP\v5.3\php-cgi.exe" "C:\inetpub\wwwroot\timetrex\/tools/unattended_upgrade.php" --config "C:\inetpub\wwwroot\timetrex\includes\..\timetrex.ini.php" --requirements_only --web_installer"
Likely caused by having two PHP.INI files with different settings.
I don't know what the issue is here considering I searched the entire server for a php.ini file and I only have one for my php version 5.3. Can anyone help?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Installation PHP Help

Post by shaunw »

Try running that command manually from the Command Prompt window so you can see the exact output/error message.
Joey
Posts: 4
Joined: Tue Jul 29, 2014 7:43 am

Re: Installation PHP Help

Post by Joey »

Which command?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Installation PHP Help

Post by shaunw »

The command specified in the error message:
""C:\Program Files (x86)\IIS Express\PHP\v5.3\php-cgi.exe" "C:\inetpub\wwwroot\timetrex\/tools/unattended_upgrade.php" --config "C:\inetpub\wwwroot\timetrex\includes\..\timetrex.ini.php" --requirements_only --web_installer"
Joey
Posts: 4
Joined: Tue Jul 29, 2014 7:43 am

Re: Installation PHP Help

Post by Joey »

Nevermind that, I fixed the issue. I accidently messed something up in the ini file. Anyways, I run onto another issue now. When the installer gets to the DatabaseSchema.php step, it will run but after around 3 minutes, it gives me this error:

Code: Select all

Server Error in Application "FTP
No idea what to do from here.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Installation PHP Help

Post by shaunw »

Please check the error logs on your server for the real error message.
Joey
Posts: 4
Joined: Tue Jul 29, 2014 7:43 am

Re: Installation PHP Help

Post by Joey »

Where could I find the error logs?
Kendash
Posts: 12
Joined: Fri Aug 01, 2014 10:31 pm

Re: Installation PHP Help

Post by Kendash »

Type Event Viewer in your file search and open that up.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Installation PHP Help

Post by shaunw »

Log files are saved in the log directory defined in the timetrex.ini.php file.
Post Reply