If you're using a non-GM toon, then you'll need to remove the status of some zones, including Abysmal Sea to enter. They either aren't done yet, or in the case of abysmal we're not yet to a point where the zone can be opened.
A quick query to do this to abysmal is:
Code:
update zone set status = 0 where short_name = 'abysmal';