Hello every body,
As i'am working on a simple groupware i've installed on a remote server, and after 16 calendar entries, i suddently have the error:
Fatal error: Cannot use string offset as an array in .../cspace/httpdocs/bin/core/classes/date.php on line 362
The error appears only when trying to access the Calendar folder.
the correspondant line is:
Quote:
if ($type=="month" or $type=="year" or $type=="gantt") {
$daylabels = array();
foreach ($days as $today) {
$then = $today+86399;
$today_arr = sys_getdate($today);
foreach ($t["data"] as $item) {
$item_start = $item[$fields[0]]["data"][0];
$item_end = $item[$fields[1]]["data"][0]; <<<<-------------------------
if (!isset($fields[3])) {
$item_until = 0;
$item_allday = 1;
$item_recurrence = "";
$item_interval = 1;
$item_exclusions = "";
|
Can any one of you help me resolve this problem please?
Thank you
Recent comments
18 hours 7 min ago
18 hours 13 min ago
23 hours 11 min ago
1 day 5 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 12 hours ago
1 day 18 hours ago
1 day 22 hours ago
2 days 22 min ago