Search found 86 matches

by pribis
Fri Feb 05, 2016 12:28 pm
Forum: General Discussion
Topic: LDAP password auth
Replies: 4
Views: 6313

Re: LDAP password auth

I think I answered my own question. So yes, the bind password. I don't store that in plaintext. But I don't need it I suppose. I do need it for a few other applications that need broader access to some user data, but not needed for here. Nonetheless I added a function to verify the password against ...
by pribis
Fri Feb 05, 2016 12:16 pm
Forum: General Discussion
Topic: LDAP password auth
Replies: 4
Views: 6313

Re: LDAP password auth

Do you mean the Bind Password under the company ldap configuration in the gui?
by pribis
Fri Feb 05, 2016 9:38 am
Forum: General Discussion
Topic: LDAP password auth
Replies: 4
Views: 6313

LDAP password auth

Hi, I've written before about this and kind of dropped it. Now I have to pick it up again because in a company that uses a bunch of different software solutions, being able to change all of the passwords from one spot is suddenly important. TimeTrex allows for LDAP auth. But only SSL, not TLS. TimeT...
by pribis
Wed Apr 01, 2015 8:23 am
Forum: Help
Topic: banner
Replies: 1
Views: 2211

banner

So sometimes we get a nice banner across the top of TimeTrex telling everyone in the company that an update is available. That's a pain. However, it would be really cool to be able to put our own messages there for everyone to see. Can this be done? Or is there a plugin out there for this? Yes, we c...
by pribis
Mon Mar 16, 2015 5:59 am
Forum: Installation Help
Topic: Not enough disk space available
Replies: 7
Views: 11812

Re: Not enough disk space available

Grrr, of course the above post isn't going to work because a new copy is downloaded an unzipped over the last one thus losing my changes. Ok, so I've turned of unattended upgrade, set the fail flag 0 and basically gave up. Maybe someone can change the percentage of drive space used or make it a sett...
by pribis
Mon Mar 16, 2015 5:56 am
Forum: Installation Help
Topic: Not enough disk space available
Replies: 7
Views: 11812

Re: Not enough disk space available

And of course the unattended upgrade will fail again on my system because a new version of Install.class.php is downloaded and used to compare versions. So I have to go into THAT version, change the line mentioned in the last post, grab the hash, update files.sha1 and run the unattended_install.php ...
by pribis
Fri Mar 06, 2015 1:12 pm
Forum: Installation Help
Topic: Not enough disk space available
Replies: 7
Views: 11812

Re: Not enough disk space available

classes/modules/install/Install.class.php the checkDiskSpace has $min_free_percent = 6; My drive 220 GB. I have enough space, but because the percent I have available is 4 the install fails. That percentage really doesn't work on larger drives. So, I changed that number to 1, retook the sha1 of the ...
by pribis
Fri Mar 06, 2015 11:57 am
Forum: Installation Help
Topic: Not enough disk space available
Replies: 7
Views: 11812

Not enough disk space available

I'm trying to upgrade by hand. I've done this many times in the past. This time I'm getting: Not enough disk space available, please free up disk space and try again. I have 6GB available on this drive. Am I to conclude that TimeTrex requires more than 6GB of drive space to install? I have v8.0.1 an...
by pribis
Fri Mar 06, 2015 10:34 am
Forum: Help
Topic: Warning banner
Replies: 6
Views: 4196

Re: Warning banner

I confirmed that I did not upgrade to 8.0.1 by hand, so this must have been an automatic upgrade that succeed. Strange that the files.sha1 still shows the version as 8.0.0. I'm guessing that checksums are also for that version. That would explain why it is failing. (Oh, on the last note, I see files...
by pribis
Fri Mar 06, 2015 10:16 am
Forum: Help
Topic: Warning banner
Replies: 6
Views: 4196

Re: Warning banner

I found that files.sha1 had as its first line: Version: 8.0.0 Generated: Fri Jan 30 09:35:01 PST 2015 I'm currently at 8.0.1. So I checked my logs and it looks like timetrex continued to try to update to 8.0.0 but failed on: DEBUG [L0051] [124ms] Array: SystemSettingFactory::isUniqueName(): Unique N...
by pribis
Fri Mar 06, 2015 9:28 am
Forum: Help
Topic: Warning banner
Replies: 6
Views: 4196

Re: Warning banner

I found how to run auto upgrade manually (I think) using tools/unattended_upgrade.php.
by pribis
Fri Mar 06, 2015 8:22 am
Forum: Help
Topic: Warning banner
Replies: 6
Views: 4196

Re: Warning banner

Also, if you could tell me where the upgrade failed flag is so that I can turn that off when I need to, that would be great.
by pribis
Fri Mar 06, 2015 8:16 am
Forum: Installation Help
Topic: Checksum version DOES NOT match
Replies: 1
Views: 4119

Checksum version DOES NOT match

My autoupdate is failing with the following: DEBUG [L0989] [1650ms]: Install::checkFileChecksums(): Checksum version: 8.0.0 DEBUG [L0993] [1650ms]: Install::checkFileChecksums(): Checksum version DOES NOT match! Version: 8.0.1 Checksum Version: 8.0.0 DEBUG [L0051] [1651ms] Array: SystemSettingFactor...
by pribis
Fri Mar 06, 2015 7:21 am
Forum: Help
Topic: Warning banner
Replies: 6
Views: 4196

Re: Warning banner

a). How do I re-run the web based installer? (Besides downloading and doing it all by hand, which is what I always have to do anyway). b). How about an email to the administrative contact? I am continually contacted when updating may not even be an option until the following week when the next maint...
by pribis
Wed Feb 04, 2015 12:13 pm
Forum: Help
Topic: Warning banner
Replies: 6
Views: 4196

Warning banner

Is there a way to shut off the warning banner? There is simply no reason to show everyone in the company a warning intended for the system administrator when the warning doesn't really effect the general user. This use to happen when there was a newer version available and now it is happening becaus...
by pribis
Fri Sep 19, 2014 11:00 am
Forum: Help
Topic: Week is messed up
Replies: 1
Views: 1983

Week is messed up

Sorry, not sure how else to describe this. Upgraded to the latest (7.4.2), but that didn't help. I've included a picture. If anyone could tell me what is going on I would appreciate it. I believe this is the only employee that is having this problem. We switched the person from salaried to wage abou...
by pribis
Fri Aug 15, 2014 5:20 am
Forum: Developers
Topic: LDAP authentication TLS
Replies: 3
Views: 8504

Re: LDAP authentication TLS

Out of curiosity, is are there plans to implement TLS support?

And do you want the changes I've made to do this in my implementation?
by pribis
Fri Aug 08, 2014 8:25 am
Forum: Developers
Topic: LDAP authentication TLS
Replies: 3
Views: 8504

LDAP authentication TLS

Are there plans for LDAP authentication via TLS? I've implemented it in my current installation (7.3.9) and I'll share the changes but I didn't want to go to the trouble if this is about to be rolled out anyway. Also, I would need someone to make a change to the interface for the company info->ldap ...
by pribis
Thu May 29, 2014 9:09 am
Forum: Installation Help
Topic: Syntax error in timetrex.ini.php
Replies: 2
Views: 4198

Re: Syntax error in timetrex.ini.php

Well, that is odd. I didn't change a thing and ran the install.php on the new version and it is working. Seriously, I didn't touch it at all. The red banner is still showing on the older version, so I know I'm not dreaming....I think.
by pribis
Thu May 29, 2014 6:44 am
Forum: Installation Help
Topic: Syntax error in timetrex.ini.php
Replies: 2
Views: 4198

Syntax error in timetrex.ini.php

I was getting the: "WARNING: TimeTrex automatic upgrade has failed due to a system error! Please contact your TimeTrex administrator immediately to re-run the TimeTrex installer to correct the issue." So I decided to run the installer again. It went through the various checks and everythin...
by pribis
Wed Dec 04, 2013 10:57 am
Forum: Help
Topic: How do I Mass punch
Replies: 2
Views: 2017

Re: How do I Mass punch

Sorry, I forgot to tell you what version:

7.1.2

b--
by pribis
Wed Dec 04, 2013 9:15 am
Forum: Help
Topic: How do I Mass punch
Replies: 2
Views: 2017

How do I Mass punch

Ok, I give up. How do I do a mass punch? We had a holiday (Thur and Fri for thanksgiving) and didn't have a holiday set up (which I'm not sure we can even do because not everyone gets this pay). I am on the new Flex interface. There was a way to do this on the old interface, but I'm not seeing it on...
by pribis
Wed Sep 18, 2013 8:28 am
Forum: Installation Help
Topic: Network timeout (2)
Replies: 3
Views: 3984

Re: Network timeout (2)

Added binlog-format=MIXED to our my.cnf and now the menu works again. This also fixed our flex interface.
by pribis
Wed Sep 18, 2013 5:49 am
Forum: Installation Help
Topic: Network timeout (2)
Replies: 3
Views: 3984

Re: Network timeout (2)

I'm using 5.4.15 on apache22.
Apache/2.2.24 (FreeBSD)

TimeTrex 7.1.2 manual install.
by pribis
Wed Sep 18, 2013 5:48 am
Forum: Installation Help
Topic: Network timeout (2)
Replies: 3
Views: 3984

Re: Network timeout (2)

I'm seeing this in my log file. Don't think this is related to the menu not appearing, but maybe the network timeout on the flex interface? This error shows up using either interface: </pre><br> DEBUG [L0066] [121ms]: <b>DBError::__construct()</b>: mysqli error: [1665: Cannot execute statement: impo...