Slow loading times for schedules (**PATCHED in 1.8.3**) #
This issue is caused by the Flight Map and Fleet Map widgets embed on the page when airlines have 1000’s of schedules. To fix this issue you can either increase your servers php memory limit or change the following lines at /phpvms/resources/views/layouts/THEMENAME/flights/search.blade.php
Find:
@widget(‘DBasic::Map’)
Replace with:
@widget(‘DBasic::Map’,[‘limit’ => 1000])
Images not showing #
When updating some images might now show. Please update the following files –
Dashboard –
On index.blade.php inside Dashboard folder, update the following line with your theme name
$themeName = ‘THEMENAMEHERE’; // Define your theme name here