Search found 38 matches

by guanaco
Fri Mar 21, 2014 2:39 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 11
Views: 9680

Re: Red error msg / PHP CLI requirements failed while execut

hi shaunw, just giving you a heads up. I installed the v7.3.3 on a new folder and almost all my errors went away. I continue to have the base_url error which tells me: Base URL: Warning: base_url in timetrex.ini.php is incorrect, perhaps it should be "/timetrex7.3.3/interface/" instead. I ...
by guanaco
Thu Mar 20, 2014 2:58 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

Does your CGI environment use chroot by chance? As another datapoint you may want to try it with mod_php built into Apache rather mod_cgi, to see if that makes any difference. I tried changing PHP from Fast-CGI to Mod-PHP as you suggested but same result. Other thing I dont understand is the base_u...
by guanaco
Thu Mar 20, 2014 2:51 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

Hey shaunw, I found the problem that was preventing the php to be executed: open_basedir restriction in effect. I fixed it. Problem is I still have other two error messages: Base URL: Warning: base_url in timetrex.ini.php is incorrect, perhaps it should be "/TimeTrex/interface/" instead. P...
by guanaco
Thu Mar 20, 2014 2:17 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

shaunw wrote:Try running it from your web server as well.
you are right... it says "Doesnt work"... I dont understand how this happened. I have 5 servers (all Ubuntu 12.04) and the other 4 of them gives me "Works!" but not the one that has TimeTrex on it. I dont understand....
by guanaco
Thu Mar 20, 2014 1:09 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

Unfortunately I'm at a loss as to what the issue is. Basically this is all that TimeTrex is trying to run: <?php if ( is_executable( '/usr/bin/php' ) ) { echo "Works!\n"; } else { echo "Does not work!\n"; } ?> Which is not working on your system. If you google PHP is_executable ...
by guanaco
Thu Mar 20, 2014 12:52 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

shaunw wrote:What was the exact path of the original file?
/etc/php5/cgi/php.ini
by guanaco
Thu Mar 20, 2014 12:22 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

shaunw wrote:Can you attach your php.ini file here?
Since it is kind of long, I have copied the file into a webserver. Can you check it at http://200.10.30.47/php.ini ?
by guanaco
Thu Mar 20, 2014 11:59 am
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

In your timetrex.ini.php file, Buffer_output = FALSE Is invalid and should be: buffer_output = FALSE Instead, (notice all lower case). That was likely the cause of the PHP notice from an earlier post. Hi shaunw, thanks for your time on this. I changed the buffer letter and that error went away but ...
by guanaco
Thu Mar 20, 2014 10:42 am
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

Based on that notice it would appear that something strange has happened to your timetrex.ini.php file, can you attach it here so we can look at it? Either way though, if you see this message: PHP CLI Executable: Warning: PHP CLI (/usr/bin/php) does not exist or is not executable. It means exactly ...
by guanaco
Thu Mar 20, 2014 9:45 am
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

I would check to see if you have SELinux or AppArmour installed, you have something preventing Apache's PHP instance from running that binary file. Sorry but I dont understand, if I log in as the web user and run the command "/usr/bin/php5 /var/www/clients/client1/web1/web/TimeTrex//tools/unat...
by guanaco
Wed Mar 19, 2014 3:30 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

Using it from the command line doesn't mean much, unless you are logged in as the same user your webserver runs as. What is the output of: ls -l /etc/alternatives/php Its also possible that SELinux or AppArmour is blocking access too. got it. I have used it using the same user as my webserver and w...
by guanaco
Wed Mar 19, 2014 3:17 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

PHP isn't able to read or execute this file: /usr/bin/php What are the permissions set on it? What is the output of: ls -l /usr/bin/php Thank you for your reply shaunw root@server3:~# ls -l /usr/bin/php lrwxrwxrwx 1 root root 21 Oct 11 13:36 /usr/bin/php -> /etc/alternatives/php I can use php from ...
by guanaco
Wed Mar 19, 2014 1:39 pm
Forum: Installation Help
Topic: Red error msg / PHP CLI requirements failed while executing
Replies: 21
Views: 33634

Re: Red error msg / PHP CLI requirements failed while execut

Good afternoon, I just tried to upgrade to the latest version... I am on Community 7.2.4 but encountered kind of the same problem while trying to upgrade. Requirements failed with this messages: Base URL: Warning: base_url in timetrex.ini.php is incorrect, perhaps it should be "/TimeTrex/interf...
by guanaco
Wed Jan 08, 2014 5:04 pm
Forum: General Discussion
Topic: 'Error operation can not be completed' on Reports
Replies: 7
Views: 6343

Re: 'Error operation can not be completed' on Reports

shaunw wrote:Please download and reinstall v7.2.1.
Thank you so much!!! TimeTrex Reports seems to be working correctly on the Flex interface now.
by guanaco
Wed Jan 08, 2014 4:26 pm
Forum: General Discussion
Topic: 'Error operation can not be completed' on Reports
Replies: 7
Views: 6343

Re: 'Error operation can not be completed' on Reports

shaunw wrote:Please download the latest version of TimeTrex again and upgrade to that.
Just to be clear... what is the "latest version"? I am checking my TimeTrex installation and it does not prompt me for any other version as it did before. I am using 7.2.1
by guanaco
Wed Jan 08, 2014 1:58 pm
Forum: General Discussion
Topic: 'Error operation can not be completed' on Reports
Replies: 7
Views: 6343

Re: 'Error operation can not be completed' on Reports

Please follow this FAQ entry when asking questions: http://forums.timetrex.com/viewtopic.php?t=89 Sure, sorry about that 1. Clearly state what is happening, or what isn't happening that you feel should. If there are any error messages include the FULL EXACT error message. We are not able to see any...
by guanaco
Fri Jan 03, 2014 12:47 pm
Forum: General Discussion
Topic: 'Error operation can not be completed' on Reports
Replies: 7
Views: 6343

'Error operation can not be completed' on Reports

Sorry to post on new topic but I tried adding a new reply to other topic and was not possible. I am having this error when trying to run any report. I have mbstring enabled by php. When I try to enable debug the FLEX interface stops working with the image attached. Please help me on this issue. Than...
by guanaco
Tue Dec 31, 2013 9:51 am
Forum: General Discussion
Topic: 'Error operation can not be completed' on Reports
Replies: 3
Views: 7537

'Error operation can not be completed' on Reports

Hello, sorry to post to this thread but I am having the same problem when trying to access the reports. I get "Error: Operation can not be completed" on any report. I tried to set the system to debug but when I use this settings: [debug] ;Set to false if you're debugging production = FALSE...
by guanaco
Tue Dec 31, 2013 7:44 am
Forum: General Discussion
Topic: Login issue with Password
Replies: 8
Views: 6166

Re: Login issue with Password

Try v7.2.1 when its released tomorrow and see if that makes a difference with your prior settings. Hi Shaunw, I just uploaded all the files from v7.2.1 to my v7.2.0 installation but I am having troubles updating the database. See the Screenshot. But regarding the password issue I tested it and I am...
by guanaco
Mon Dec 30, 2013 4:27 pm
Forum: General Discussion
Topic: Login issue with Password
Replies: 8
Views: 6166

Re: Login issue with Password

shaunw wrote:Try v7.2.1 when its released tomorrow and see if that makes a difference with your prior settings.
I will! thanks
by guanaco
Mon Dec 30, 2013 3:42 pm
Forum: General Discussion
Topic: Login issue with Password
Replies: 8
Views: 6166

Re: Login issue with Password

You don't really have any LDAP settings defined, are you sure LDAP authentication is actually working, have you tested changing the password in LDAP and testing to see that you can login with that new password and not the old password? Yes sir, as soon as a password is changed in the AD (Windows) t...
by guanaco
Mon Dec 30, 2013 11:54 am
Forum: General Discussion
Topic: Login issue with Password
Replies: 8
Views: 6166

Re: Login issue with Password

shaunw wrote:It likely has to do with your LDAP setup, could you send us a screenshot of your LDAP settings in TimeTrex?
This works normal, I have no problem using ldap authentication... when I try to set up anything different ldap authentication stops working
by guanaco
Mon Dec 30, 2013 10:48 am
Forum: General Discussion
Topic: Login issue with Password
Replies: 8
Views: 6166

Re: Login issue with Password

Hello. I am using Community version 7.2.0 and noticed that the Legacy interface will be discontinued soon. We didnt move to the Flex interface as we found a glitch on it and since we will be moving to it I want to bring that to your attention. On the Flex interface we are able to login as any user ...
by guanaco
Mon Dec 30, 2013 10:29 am
Forum: General Discussion
Topic: Login issue with Password
Replies: 8
Views: 6166

Login issue with Password

Hello. I am using Community version 7.2.0 and noticed that the Legacy interface will be discontinued soon. We didnt move to the Flex interface as we found a glitch on it and since we will be moving to it I want to bring that to your attention. On the Flex interface we are able to login as any user (...
by guanaco
Thu Feb 24, 2011 9:47 am
Forum: General Discussion
Topic: Request window
Replies: 23
Views: 14653

Re: Request window

I really dont know what happened at the moment of upgrade since I have upgraded Timetrex several times already. I did what you asked and everything is working properly now.

I appreciate all your help team, you rock!