Jump to content

Help!!!! VA Flights not showing up.


CFC0001-TH

Recommended Posts

Also get this:

..................

Imported CFC7941 (KDEN to KGJT)

Imported CFC7942 (KDEN to KGUC)

Imported CFC7943 (KDEN to KGXY)

Imported CFC7944 (KDEN to KHDN)

Imported CFC7945 (KDEN to KITR)

Fatal error: Maximum execution time of 10 seconds exceeded in /home/a1171518/public_html/core/classes/ezDB_MySQL.class.php on line 0

So should i like clear some of the routes and upload them separately?

Link to comment
Share on other sites

Today is Sunday so you in order for Sunday routes to show up you would have had to put 0 in your import file. 

The days are like this:

0 = Sunday, 1= Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday

Only routes that are scheduled for the day in question will show up. 

Link to comment
Share on other sites

  • 1 year later...

Run this query on your DB.... replace xxxx with id of plan:

UPDATE `phpvms_schedules` SET `daysofweek`='0123456' WHERE (`id`='xxxxx')

or

If you want all, to be everyday... (S,M,T,W,Th,F,Sa):

UPDATE `phpvms_schedules` SET `daysofweek`='0123456'

Link to comment
Share on other sites

  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...