Unattended upgrade Community 7.4.7->7.4.8 error

Ask your questions regarding TimeTrex installation here.
Post Reply
gbl
Posts: 25
Joined: Wed Jan 02, 2008 11:47 am
Location: Milwaukee, WI
Contact:

Unattended upgrade Community 7.4.7->7.4.8 error

Post by gbl »

We started seeing this note in red just the other day:

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.

Finally had time to investigate, and it appears that this command:
% /home/gbl/TimeTrex/php/bin/php /home/gbl/TimeTrex/timetrex//tools/unattended_upgrade.php --config /home/gbl/TimeTrex/timetrex/includes/../timetrex.ini.php

Returns with this error:
ERROR: Current system requirements check failed...
Failed Requirements: Require,WFileChecksums

Running with --requirements_only shows the same error, but running with "--requirements_only --web_installer" says everything is ok.

% /home/gbl/TimeTrex/php/bin/php /home/gbl/TimeTrex/timetrex//tools/unattended_upgrade.php --config /home/gbl/TimeTrex/timetrex/includes/../timetrex.ini.php --requirements_only
Failed Requirements: Require,WFileChecksums

% /home/gbl/TimeTrex/php/bin/php /home/gbl/TimeTrex/timetrex//tools/unattended_upgrade.php --config /home/gbl/TimeTrex/timetrex/includes/../timetrex.ini.php --requirements_only --web_installer
Requirements all pass successfully!

What else should I be looking at here?

Thanks,

-G
--
Gordon B Lugauer
President, Board Game Barrister, Ltd
GBL@BoardGameBarrister.com
Office: 414-988-1717 x1700
Direct: 414-988-1700 Fax: 414-988-1716

The Board Game Barrister has a restaurant!
The Oak & Shield Gaming Pub
http://OakAndShieldPub.com
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Unattended upgrade Community 7.4.7->7.4.8 error

Post by shaunw »

If you enable the installer in the timetrex.ini.php and run it again, it should let you know exactly where the problem is.
gbl
Posts: 25
Joined: Wed Jan 02, 2008 11:47 am
Location: Milwaukee, WI
Contact:

Re: Unattended upgrade Community 7.4.7->7.4.8 error

Post by gbl »

Sure, of course. Setting installer_enabled = TRUE and re-running the web installer says that TimeTrex/timetrex/templates/Login.tpl has an invalid checksum. Because I modified that file to remove the floating "this old interface will be disabled" warning that was generally annoying when using the legacy html interface.

Guess this will be futzier to fix than I have time for presently.

Thanks,

-G
--
Gordon B Lugauer
President, Board Game Barrister, Ltd
GBL@BoardGameBarrister.com
Office: 414-988-1717 x1700
Direct: 414-988-1700 Fax: 414-988-1716

The Board Game Barrister has a restaurant!
The Oak & Shield Gaming Pub
http://OakAndShieldPub.com
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Unattended upgrade Community 7.4.7->7.4.8 error

Post by shaunw »

The legacy HTML interface should not be used and will corrupt your database if you attempt to change the code to re-enable it.
gbl
Posts: 25
Joined: Wed Jan 02, 2008 11:47 am
Location: Milwaukee, WI
Contact:

Re: Unattended upgrade Community 7.4.7->7.4.8 error

Post by gbl »

I have not changed the code to re-enable the interface, it was already enabled. I just changed the code to not pop-up the warning message. The legacy interface is far easier for some people to work with when viewing schedules and the like.

-G
--
Gordon B Lugauer
President, Board Game Barrister, Ltd
GBL@BoardGameBarrister.com
Office: 414-988-1717 x1700
Direct: 414-988-1700 Fax: 414-988-1716

The Board Game Barrister has a restaurant!
The Oak & Shield Gaming Pub
http://OakAndShieldPub.com
Post Reply