2009/7/16 Tatsui <[email protected]>:
> Thanks for the help. I upgraded by erasing the old folders and files
> with the new release files. I kept the essential files (css files,
> index.php, config.php, basically files I knew I tweaked.) However when
> I ported over to the new version, I couldn't log back on but stayed as
> Anonymous User.

The theme you are using is out of date for 0.6, due to adding access
control (ACL). Where the old theme checks if a user is logged in by if
( $user ) or if ( User::identify() ), it now needs to check with if (
$loggedin ) or if ( $user->loggedin ).

> I read the link you posted and followed through with
> removing the login.php template. It brought back the Site Admin log in
> page where I was able to log on.. awesome, but then I had no dashboard
> drop down menus. The only options I had was Dashboard, and Logout.
> hmmm not sure where it went wrong.

You haven't been assigned sufficient privileges after you upgraded.
You should be able to give yourself full permissions by putting this
in your config.php:

define('LOCKED_OUT_SUPER_USER', yourusernamehere);

When you log in, you should have full access to the menu. Now go to
the groups page and make sure your user has sufficient permissions
(for example you could make sure that they are in the admin group and
that 'super user' privileges are set to true for the admin group).
Then remove the define from config.php.

Hope that makes sense and helps.

-- 
Michael C. Harris, School of CS&IT, RMIT University
http://twofishcreative.com/michael/blog
IRC: michaeltwofish #habari

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to