Jump to content

Recommended Posts

Posted

Hey,

  I added over 12,000 routes last night for phpvms, and then went to the pilot center to fly and found that none of the routes were showing at all. How can i fix this? I dont want to delete all my hard work :(. Thanks!

Posted

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?

Posted

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. 

Posted

well oddly, now all the routes are showing even the ones M-Sat with no sunday, somereason my spreadsheet wont let me input "0" just 1-9 so i guess i get to do  them all manually o rbecome a no fly on sunday airline lol

Posted

well oddly, now all the routes are showing even the ones M-Sat with no sunday, somereason my spreadsheet wont let me input "0" just 1-9 so i guess i get to do  them all manually o rbecome a no fly on sunday airline lol

If you format that column as text then the leading zero will stay. 

  • 1 year later...
Posted

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'

  • 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...