CFC0001-TH Posted January 17, 2010 Report Share Posted January 17, 2010 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! Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 17, 2010 Report Share Posted January 17, 2010 Do they show in your Admin? Check there first. If you uploaded them they may not have taken. Quote Link to comment Share on other sites More sharing options...
CFC0001-TH Posted January 17, 2010 Author Report Share Posted January 17, 2010 Yeaup, all are in my admin center, but didnt show up on the site at all......i will try to re-upload them. Quote Link to comment Share on other sites More sharing options...
CFC0001-TH Posted January 17, 2010 Author Report Share Posted January 17, 2010 Im getting this error.... Warning: set_time_limit() has been disabled for security reasons in /home/a1171518/public_html/admin/modules/Import/Import.php on line 90 Anyone know how to fix? Quote Link to comment Share on other sites More sharing options...
CFC0001-TH Posted January 17, 2010 Author Report Share Posted January 17, 2010 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? Quote Link to comment Share on other sites More sharing options...
JohnMck93 Posted January 17, 2010 Report Share Posted January 17, 2010 you can get rid of the set time error by going into a text editor and going to that line where the error is and put a @ in front so @set..... Quote Link to comment Share on other sites More sharing options...
CFC0001-TH Posted January 17, 2010 Author Report Share Posted January 17, 2010 Ok thanks, i fixed it by uploading little bit by little bit like 2,000 routes at a time. All works great now! Thanks Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 17, 2010 Administrators Report Share Posted January 17, 2010 You don't need to hide the error, just keep refreshing or split up your routes, some hosts can't handle it Quote Link to comment Share on other sites More sharing options...
JohnMck93 Posted January 17, 2010 Report Share Posted January 17, 2010 im having the same issue minus the error, shows all flights in admin but nothing in the schedule Quote Link to comment Share on other sites More sharing options...
TennShadow Posted January 18, 2010 Report Share Posted January 18, 2010 im having the same issue minus the error, shows all flights in admin but nothing in the schedule Are the scheduled days set correctly? Quote Link to comment Share on other sites More sharing options...
JohnMck93 Posted January 18, 2010 Report Share Posted January 18, 2010 i think so, how can i be sure? Quote Link to comment Share on other sites More sharing options...
TennShadow Posted January 18, 2010 Report Share Posted January 18, 2010 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. Quote Link to comment Share on other sites More sharing options...
JohnMck93 Posted January 18, 2010 Report Share Posted January 18, 2010 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 Quote Link to comment Share on other sites More sharing options...
TennShadow Posted January 18, 2010 Report Share Posted January 18, 2010 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. Quote Link to comment Share on other sites More sharing options...
JohnMck93 Posted January 18, 2010 Report Share Posted January 18, 2010 ah yes thank you that fixed the sunday issue, well you have been great help thank you so much +Karma! Quote Link to comment Share on other sites More sharing options...
TennShadow Posted January 18, 2010 Report Share Posted January 18, 2010 I'm glad you got it working! Thanks, Keith Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 18, 2010 Administrators Report Share Posted January 18, 2010 If you format that column as text then the leading zero will stay. That's an interesting point. Quote Link to comment Share on other sites More sharing options...
Guest Posted November 4, 2011 Report Share Posted November 4, 2011 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' Quote Link to comment Share on other sites More sharing options...
sabahassani Posted November 9, 2014 Report Share Posted November 9, 2014 i have the same problem.what did you do ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.