CFVA Posted January 27, 2018 Report Share Posted January 27, 2018 Can modules with file extension TPL be used with Simpilot v 5.5.2?? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 28, 2018 Report Share Posted January 28, 2018 no Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted January 28, 2018 Moderators Report Share Posted January 28, 2018 Yes they can but you will have to make a few changes in order to make it work correctly. Which module are you trying to install on 5.5? Quote Link to comment Share on other sites More sharing options...
CFVA Posted January 28, 2018 Author Report Share Posted January 28, 2018 1 hour ago, servetas said: Yes they can but you will have to make a few changes in order to make it work correctly. Which module are you trying to install on 5.5? 1 ⭐ phpVMS-ScheduleSearch ▼ — phpVMS module to create a schedule search ... Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted January 28, 2018 Moderators Report Share Posted January 28, 2018 Follow the steps below: 1) Open the core/common/FrontSchedulesData.class.php and where "public function" replace with "public static function". 2) Open the core/modules/FrontSchedules/FrontSchedules.php and where ".tpl" replace with ".php". 3) Open the core/templates directory and change the name of the "airport_search.tpl" file to "airport_search.php". They should work correctly afterwards. Quote Link to comment Share on other sites More sharing options...
CFVA Posted January 29, 2018 Author Report Share Posted January 29, 2018 10 hours ago, servetas said: Follow the steps below: 1) Open the core/common/FrontSchedulesData.class.php and where "public function" replace with "public static function". 2) Open the core/modules/FrontSchedules/FrontSchedules.php and where ".tpl" replace with ".php". 3) Open the core/templates directory and change the name of the "airport_search.tpl" file to "airport_search.php". They should work correctly afterwards. Done all that, but no routes show after the search! Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted January 31, 2018 Moderators Report Share Posted January 31, 2018 Are you using a different table prefix for your database tables? The module is set to query the phpvms_schedules database table. Does it exist? Quote Link to comment Share on other sites More sharing options...
CFVA Posted January 31, 2018 Author Report Share Posted January 31, 2018 1 hour ago, servetas said: Are you using a different table prefix for your database tables? The module is set to query the phpvms_schedules database table. Does it exist? No. And Yes. The normal search works just fine. Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted January 31, 2018 Moderators Report Share Posted January 31, 2018 What do you see after you click on the search button? What is your website url? Quote Link to comment Share on other sites More sharing options...
CFVA Posted January 31, 2018 Author Report Share Posted January 31, 2018 11 minutes ago, servetas said: What do you see after you click on the search button? What is your website url? No error messages! Just no flights found. www.lakervirtual.com Quote Link to comment Share on other sites More sharing options...
CFVA Posted March 11, 2018 Author Report Share Posted March 11, 2018 Anyone able to help. This is still not working 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.