Can modules with file extension TPL be used with Simpilot v 5.5.2??
Can modules with file extension TPL be used with Simpilot v 5.5.2??
no
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 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 …
Follow the steps below:
Open the core/common/FrontSchedulesData.class.php and where “public function” replace with “public static function”.
Open the core/modules/FrontSchedules/FrontSchedules.php and where “.tpl” replace with “.php”.
Open the core/templates directory and change the name of the “airport_search.tpl” file to “airport_search.php”.
They should work correctly afterwards.
10 hours ago, servetas said:
Follow the steps below:
Open the core/common/FrontSchedulesData.class.php and where “public function” replace with “public static function”.
Open the core/modules/FrontSchedules/FrontSchedules.php and where “.tpl” replace with “.php”.
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!
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?
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.
What do you see after you click on the search button? What is your website url?
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.
Anyone able to help. This is still not working