Jump to content

MohammedALYousfi

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by MohammedALYousfi

  1. Hi , i am trying to desgin new skins and would like to 

    show new form to search flight by use RealScheduleLite template

    here an example how i want to do in frontpage

    https://w3layouts.com/wp-content/uploads/2016/09/flight_ticket_booking.jpg

    but when i search or write name or code of the airport it dose not show anything 

     

    i am using  look like form code in airport_search.tpl but in new form in frontpage

     

    NOTHING IS HAPPEN , NO AIRPORT SHOW 

    once i click SEARCH i need to forward to flights available template 

     

    Quote

     <tr>
                <td>Select Departure Airport</td><td>

                    <select class="search" name="depicao">
                        <option value="">All Departure Airports</option>
                        <?php
                            foreach ($airports as $airport)
                                {echo '<option value="'.$airport->icao.'">'.$airport->icao.' - '.$airport->name.'</option>';}
                        ?>
                    </select>
                </td>
            </tr>
            <tr>
                <td>Select Arrival Airport</td><td>

                    <select class="search" name="arricao">
                        <option value="">All Arrival Airports</option>
                        <?php
                            foreach ($airports as $airport)
                                {echo '<option value="'.$airport->icao.'">'.$airport->icao.' - '.$airport->name.'</option>';}
                        ?>
                    </select>
                </td>
            </tr>
            <tr>
                <td colspan="2"> <center>
                    <input type="hidden" name="action" value="findflight" />
                    <input type="submit" name="submit" class="btnblue" value="Search Flight" /></center>
                </td>
            </tr>
     

     

  2. Yes i use , in old host website work well without problem 

    but once i transfer to new host dose not work 

    i try to copy Modules one by one , i found that when reach FrontPage Modules the problem is come out when delete work fine 

    So i think the main problem in frontpage.tpl while all pages works 

  3. Yes i did 

    i change server and everything 

    now i found that the problem only in FrontPage other pages is work without problem 

     

    PHP version when i set it to 5.6 it shows 

    Quote

    Connection failed: php_network_getaddresses: getaddrinfo failed: Name or service not known

     

  4. chekinstall in OLD HOST 

    Quote

    phpVMS Virtual Airline Administration Software
    Install Check 

    phpVMS Build Number: 936 

    Checking PHP version
    [OK] PHP version is 5.6.31.x

    ASP Tags
    [OK] ASP-style tags are disabled

    Checking connectivity...
    [OK] Can contact outside servers

    Checking for SimpleXML module...
    [OK] SimpleXML module exists!

    Checking file hashes for corrupt or mismatched files
    [Checksum failed] /admin/modules/Operations/Operations.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/email_commentadded.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/pilots_viewallbids.tpl did not match, possibly corrupt or out of date
    [Error] ../admin/templates/pilots_addtogroup.tpl doesn't exist
    [Checksum failed] /admin/templates/core_navigation.tpl did not match, possibly corrupt or out of date
    [Error] ../admin/templates/sidebar_central.tpl doesn't exist
    [Error] ../admin/templates/core_footer.tpl doesn't exist
    [Checksum failed] /admin/templates/dashboard.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/ops_aircraftform.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /action.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/Pilots/Pilots.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/RouteMap/RouteMap.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/Logout/Logout.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/Contact/Contact.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/Registration/Registration.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/PIREPS/PIREPS.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/FSFK/FSFK.php did not match, possibly corrupt or out of date
    [Error] ../core/modules/index.php doesn't exist
    [Checksum failed] /core/modules/Finances/Finances.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/XML/XML.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/classes/CodonModule.class.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/classes/ezdb/ezdb_mysql.class.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/common/ACARSData.class.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/news_newsitem.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/flown_routes_map.tpl did not match, possibly corrupt or out of date
    [Error] ../core/templates/profile_myroutesmap.tpl doesn't exist
    [Checksum failed] /core/templates/login_unconfirmed.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/pirep_viewreport.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/contact_form.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/finance_balancesheet.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/frontpage_recentpilots.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/login_already.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/schedule_bids.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/profile_stats.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/registration_error.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/acarsmap.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/email_registered.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/schedule_details.tpl did not match, possibly corrupt or out of date
    [Error] ../core/templates/index.php doesn't exist
    [Checksum failed] /core/templates/schedule_results.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/pilot_public_profile.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/email_lostpassword.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/profile_edit.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/pilots_list.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/pireps_viewall.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/schedule_briefing.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/registration_customfields.tpl did not match, possibly corrupt or out of date
    [Error] ../lib/signatures/index.php doesn't exist
    [Checksum failed] /install/checkdb.php did not match, possibly corrupt or out of date
    [Checksum failed] /install/loader.inc.php did not match, possibly corrupt or out of date
    [Checksum failed] /install/templates/s1_db_setup.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /install/checkinstall.php did not match, possibly corrupt or out of date
    [Checksum failed] /install/update.php did not match, possibly corrupt or out of date
    [Error] /install/update.php doesn't exist

    -- Checked 183 files, found 54 errors

     

  5. checkinstall.php

    Quote

    phpVMS Virtual Airline Administration Software
    Install Check 

    phpVMS Build Number: 936 

    Checking PHP version
    [OK] PHP version is 5.6.31.x

    ASP Tags
    [OK] ASP-style tags are disabled

    Checking connectivity...
    [OK] Can contact outside servers

    Checking for SimpleXML module...
    [OK] SimpleXML module exists!

    Checking file hashes for corrupt or mismatched files
    [Checksum failed] /admin/modules/Reports/Reports.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/modules/PilotRanking/PilotRanking.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/modules/Import/Import.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/modules/Dashboard/Dashboard.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/modules/MassMailer/MassMailer.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/modules/VACentral/VACentral.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/modules/TemplateDiffs/TemplateDiffs.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/modules/Operations/Operations.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/lib/phpvmsadmin.js did not match, possibly corrupt or out of date
    [Checksum failed] /admin/lib/layout_dark/footer.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/lib/layout/header.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/lib/layout/layout.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/maintenance.php did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_pilots.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/downloads_categoryform.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_airlines.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/reports_aircraft.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_expenses.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/email_commentadded.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_awards.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/import_form.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/settings_addpirepfield.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/settings_pirepfieldsform.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/pilots_viewallbids.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_mailer.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/ops_scheduleform.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/pilots_addawards.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/ops_airlineform.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/pireps_list.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/finance_header.tpl did not match, possibly corrupt or out of date
    [Error] ../admin/templates/pilots_addtogroup.tpl doesn't exist
    [Checksum failed] /admin/templates/sidebar_addpage.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_pages.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_import.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/pireps_filter.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_schedules.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/core_navigation.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_dashboard.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/awards_allawards.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_pending.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/downloads_downloadform.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/groups_groupform.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/core_message.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/pilots_options.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_ranks.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/finance_summarysheet.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/core_about.tpl did not match, possibly corrupt or out of date
    [Error] ../admin/templates/sidebar_central.tpl doesn't exist
    [Error] ../admin/templates/core_footer.tpl doesn't exist
    [Checksum failed] /admin/templates/sidebar_financial.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/route_map.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/dashboard.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/pirep_reject.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/pages_allpages.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/pilots_list.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/ops_aircraftform.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/ops_airlineslist.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_news.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/sidebar_reports.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /admin/templates/groups_grouplist.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /action.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/Pilots/Pilots.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/modules/Registration/Registration.php did not match, possibly corrupt or out of date
    [Error] ../core/modules/index.php doesn't exist
    [Checksum failed] /core/classes/CodonModule.class.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/classes/ezdb/ezdb_mysql.class.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/common/ACARSData.class.php did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/news_newsitem.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/flown_routes_map.tpl did not match, possibly corrupt or out of date
    [Error] ../core/templates/profile_myroutesmap.tpl doesn't exist
    [Checksum failed] /core/templates/login_unconfirmed.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/pirep_viewreport.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/contact_form.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/finance_balancesheet.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/frontpage_recentpilots.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/login_already.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/schedule_bids.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/profile_stats.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/registration_error.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/acarsmap.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/email_registered.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/schedule_details.tpl did not match, possibly corrupt or out of date
    [Error] ../core/templates/index.php doesn't exist
    [Checksum failed] /core/templates/schedule_results.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/pilot_public_profile.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/email_lostpassword.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/profile_edit.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/pilots_list.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/pireps_viewall.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/schedule_briefing.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /core/templates/registration_customfields.tpl did not match, possibly corrupt or out of date
    [Error] ../lib/signatures/index.php doesn't exist
    [Checksum failed] /install/checkdb.php did not match, possibly corrupt or out of date
    [Checksum failed] /install/loader.inc.php did not match, possibly corrupt or out of date
    [Checksum failed] /install/templates/s1_db_setup.tpl did not match, possibly corrupt or out of date
    [Checksum failed] /install/checkinstall.php did not match, possibly corrupt or out of date
    [Checksum failed] /install/update.php did not match, possibly corrupt or out of date
    [Error] /install/update.php doesn't exist

    -- Checked 183 files, found 98 errors

     

  6. Hello i am transferring my virtual to another Host 

    it was work without any problem , just i take backup for files and SQL DB

    then upload it to new Host . they give me alternative URL until transferring complete.

    when i open virtual website in new host is shows error 

     

    Quote

    Connection failed: php_network_getaddresses: getaddrinfo failed: Name or service not known

    i try several times to solve this problem i found that FrontPage Module when deleted the VA work but said FRONTPAGE Module not exits  when upload again problem come again .. 

    Note that all other pages work only the FrontPage 

     

×
×
  • Create New...