Serious error ive just noticed,
Fatal error: Call to undefined method SchedulesData::getscheduleflowncounts() in /home/pulseair/public_html/members/core/modules/Schedules/Schedules.php on line 79
This is when i click on “View Route”.
Serious error ive just noticed,
Fatal error: Call to undefined method SchedulesData::getscheduleflowncounts() in /home/pulseair/public_html/members/core/modules/Schedules/Schedules.php on line 79
This is when i click on “View Route”.
Look at the first sticky in this forum
Update to fix coming tonight
Ok Thanks, I Will look forward to it
Fatal error: Call to undefined method SchedulesData::getscheduleflowncounts() in /home/pulseair/public_html/members/core/modules/Schedules/Schedules.php on line 79
Still got this error, Updated about 20mins ago.
did you commented line 79 out.
normaly this schoud fix it
Thanks Joeri, That fixed that part, Now the Schedule table doesnt show the frequency, Shows the table, there’s just no data!
When i checked schedule_details.tpl it had an error with line 22, So i change it from;
foreach($scheddata as $month=>$count)
To…
/* foreach($scheddata as $month=>$count) */
Thats not a big error but it kinda would be nice to solve,
Thanks again,
Thomas.
yes we know the error
this was just a temporery fix
in the next commit it will be correclty fixed
gr joeri
Ok thanks.
Yep, that file was supposed to be committed in the release but for some reason it didn’t.