Hey Guys,
For the past couple months, I have been having trouble with my flight schedules, they do not show up under the Schedules tab when logged in. My admin center shows that all of my schedules are active and inactive. I've also done these instructions by Nebeel;
Find this:
if(strpos($route->daysofweek, date('w')) === false)
continue;
Right above that, add:
/* Check if a 7 is being used for Sunday, since PHP
thinks 0 is Sunday */
$route->daysofweek = str_replace('7', '0', $route->daysofweek);
I've updated the default template to handle this
These instructions can be found here: http://forum.phpvms.net/topic/2698-flight-schedule-is-not-showing-up/
The instructions do not work at all for me. I also looked in my error log and there is nothing.
Thanks for any help I receive,
- Alex