This topic is locked

calendar

3/3/2016 6:44:00 AM
PHPRunner General questions
S
shoppy author

Today I get this error in the weekly, monthly and yearly event file. But not in the dayly event file.

The error is: Undefined offset: 9
The part where it goes wrong is this:

(line 436)



$dictTmp3[$k]=$dictTmp[$z];

$k=$k+1;

unset($dictTmp[$z]);

$c=$c-1;
Sergey Kornilov admin 3/4/2016

Make sure that version of Calendar matches the version of PHPRunner. If this doesn't help post your project to Demo Account and contact support directly.