Just upgraded to Beta a little bit ago and When I click on the links uptop under the Pilot avatar in the header section ( File Pirep View My Bids View Pilot Center ), it is not going to the directory of my phpVMS install.
It shows in the code
<a href="<?php SITE_URL?>/index.php/pireps/new">File a New PIREP</a> |
<a href="<?php SITE_URL?>/index.php/schedules/bids">View My Bids</a> |
<a href="<?php SITE_URL?>/index.php/profile/">View Pilot Center</a>
Now I searched that against core_navigation and the code is the same for links. It works in nav and all other links, but not in the header.
By clicking these links it takes me to the root of my domain wich is a totally different website than my phpVMS install. So in other words, my install is in a directory all of its own.
When I click on file a new Pirep, it goes to
http://paranormalinsights.com/index.php/pireps/new
instead of going to
http://paranormalinsights.com/phpVMS/index.php/profile
Any ideas? i do like the new look of Crystal though