Flight Schedule is not showing up

i have tried to reinstall several times and useing several themes and this is what i get when i try to find a flight:

This is what i get in the admin centre:

i will also add that i have entered several flights from KJFK

I have a problem like this.

On my site, there are 4 bids you can add… nothing more. When i look at the admin panel, i see all the flights. they are not all in the bids so that you cannot see them or something. they are available in the admin section, but NOT in the regular website view.

I have got the latest update…

Any help?

Regards,

Lucas

So.. i found the solution to my problem.. it looks like the days of the week were changed… normally i have got all my scheduled active all week.. now it looks like we had almost no flights available in the weekend.

Other problem of Kevin sticks though…

Regards,

Lucas

@kevin7898

Check and see if they are actually in the database. If they are, are any of them for the day of the week you are in, have an aircraft assigned, and the aircraft are not assigned to a rank higher than yours. If still no luck, try and post any error message you are getting in the browser, and any debug info here in the forum.

I am running 930 on my local and can not seem to duplicate the issue without taking something out.

all of the schedules that i added were in the database and i made sure i was qualified to use the aircraft and i also made sure that all of the days to fly were checked

i did all of the debugging steps and it came up with no errors

and when i gao into xacars if i know the flight number it will pull all of the required info

Hmmmm… It seems to work on my version of 930, what is the link to your site?

Hmmmm… It seems to work on my version of 930, what is the link to your site?

http://transamericacargo.kevinstruckpics.com/index.php/

I show one schedule on your site from here, using ie8. What are you using for a browser? How many schedules should there be?

I am having the same, there are no flights showing up yet, they are in the database and in the admin, but they wont show on the main schedules page on the site. And I have not restricted the aircraft to specific ranks.

Cheers

Dan C

Can you guys enable debug_log and check the logs folder, and email me the the logs folder zipped up?

I found the problem nabeel, when i edited the csv file, the days of the week i thought it was 1234567, but it is 0123456, the 0 does not work as it automatically disappears when you put it in front, maybe if it was changed to 1234567 it would work. I have my schedules fixed now.

Cheers

Dan C

I found the problem nabeel, when i edited the csv file, the days of the week i thought it was 1234567, but it is 0123456, the 0 does not work as it automatically disappears when you put it in front, maybe if it was changed to 1234567 it would work. I have my schedules fixed now.

Cheers

Dan C

where was this csv file?

YOu have to export the schedules, they will be exported in csv format.

Cheers

Dan C

http://bugs.phpvms.net/browse/VMS-285

Edit : The problem is the PHP date function says Sunday is 0. You can set in Excel that column as a string so it won’t chop off the zero. Or in the schedule_results.tpl, you can do:

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

Hey kevin7898

To replace the “SchedulesData.class.php” file of the version 930, by the “SchedulesData.class.php” file of the version 854 in the “Core / Commons” and the tour is played.

Good flight

Hey kevin7898

To replace the “SchedulesData.class.php” file of the version 930, by the “SchedulesData.class.php” file of the version 854 in the “Core / Commons” and the tour is played.

Good flight

DO NOT do this! Bad bad bad idea! I posted the fix for the problem above

DO NOT do this! Bad bad bad idea! I posted the fix for the problem above

Ah ok sorry Nabeel! I try to help also!

But is where the corrective , because I have need also, thank you?

Dom

This post, scroll up:

This post, scroll up:

correctif ne pas fonctionne pas desolé / corrective doesn’t function sorry not

correctif ne pas fonctionne pas desolé / corrective doesn’t function sorry not

I said in the other thread, I need the log files from you, if there’s anything coming in the logs