I’m having some trouble with setting Phpvms up. Everything worked fine until i tried to add an airport and i get the error ‘‘This airport does already exist’’. I’m sure it doesn’t exist and when i open PhpMyAdmin it says the same - no airports in the list. And finally, it looks kinda strange, is it supposed to look like this or is it a fault? Been searching around for a solution but no one is fixing it for me.
Could you please send me any demo credentials with admin access on your phpVMS? I just want to review the issue and we can get back with the error resolution.
The issue had to do with the SSL installed on the server. When you install an SSL and your website address is https://*****, you will have to make some changes in the core files of your admin center. Otherwise, the javascript will not load correctly and as a result some parts of the admin center will not work correctly. Open admin/templates/core_htmlhead.php and where “http://” replace with “https://”. This will solve the issues with the javascript loading.