Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 196)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#5 wontfix PHP iCalendar should default to Eastern time zone andersk
Description

(Imported from help.mit.edu #397407.)

jceggles:

I exported my TechTime? calendar as an iCal and uploaded it to PHP iCalender and the events are 4 hours off. I've been looking online and don't see a fix for this. Since the Oracle calendar is in wide use here, I figure somebody is doing this.

geofft:

Hm, a 4-hour time discrepancy sounds rather like PHP iCalendar not knowing about your time zone - and indeed, the standard config file defaults to GMT.

If you edit the file "config.inc.php" in your install directory, you will see a line about one screen down with the text:

$timezone = '';

Change this line to read:

$timezone = 'US/Eastern';

This should introduce the proper 4-hour time difference from GMT. Let us know if iCalendar continues to give you problems.

#8 fixed execsys RPM installs improperly andersk
Description

(Imported from help.mit.edu #405341.)

jbarnold:

For some reason,

rpm -e execsys; rpm -ivh execsys.rpm

on o-f does not populate binfmt_misc whereas the same command does populate binfmt_misc on b-m. Running "service execsys-binfmt start" manually works.

Fortunately, the confusion resulting from this bug did not cause any http downtime due to LVS.

Also: When o-f was not serving http requests, ssh-ing to scripts.mit.edu failed completely instead of allowing logins to the second server. Perhaps I didn't wait long enough.

#16 invalid auto-installers need better error handling andersk
Description

(Imported from help.mit.edu #419862.)

geofft:

It appears to me that you left the Title field blank in the setup process. (This is the last question, after it finishes uncompressing the installation.) This confused the auto-installer, leaving it in a half-installed state. (The "You have to set the wiki up first!" page should not show up if the auto-installers complete.)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.