5
Check the group configuration (modules/system/admin.php?fct=groups), see if registered users have access to the module which is shown on the left column. It is most likely that somehow you granted the privilege to guest while not registered user.
Otherwise, it's strange... Are the theme.html exactly the same? Among the different configuration you compared, only "magic_quotes_gpc" might have marginal effect on the program (while it shouldn't disable the left column). You may try to turn it on in the php.ini and see if there's any difference.