milesj / forum

[Deprecated] A CakePHP plugin for forum / bulletin board systems.
MIT License
131 stars 57 forks source link

Admin panel never get's showed #16

Closed rightawayai closed 12 years ago

rightawayai commented 12 years ago

I am using 2.1 version of cakeforum and have installed with an existing user table, I could never see the admin panel and nor does it create user profile

milesj commented 12 years ago

Does your user have admin access? Check the access table.

rightawayai commented 12 years ago

Yes, I do have admin access

On Mon, Dec 19, 2011 at 1:56 AM, Miles Johnson < reply@reply.github.com

wrote:

Does your user have admin access? Check the access table.


Reply to this email directly or view it on GitHub: https://github.com/milesj/cake-forum/issues/16#issuecomment-3196696

Pradeep Kumar

Founder, www.100Marks.in

milesj commented 12 years ago

What happens when you go to /admin/forum manually?

rightawayai commented 12 years ago

it goes to my main app

On Mon, Dec 19, 2011 at 12:20 PM, Miles Johnson < reply@reply.github.com

wrote:

What happens when you go to /admin/forum manually?


Reply to this email directly or view it on GitHub: https://github.com/milesj/cake-forum/issues/16#issuecomment-3199919

Pradeep Kumar

Founder, www.100Marks.in

rightawayai commented 12 years ago

one more bug is that when I login at forum/users/login , it logs me in but it still shows an error

Username already registered

milesj commented 12 years ago

What CakePHP version are you using?

What server, Apache or Nginx?

Do you have all the routes and admin prefixes setup?

You seem to be running into a ton of issues that make no sense and have not been reported before. I would suggest double checking the documentation and that the install worked correctly.

milesj commented 12 years ago

Can you also place a debug($_SESSION) in one of the controllers and let me know what the session looks like logged out and logged in.

milesj commented 12 years ago

Fixed in 2.3. A lot had to change regarding user login/logout/signup, which I updated here: milesj.me/code/cakephp/forum#user-setup

rightawayai commented 12 years ago

That's a great news Miles, I will check the same and confirm.

On Wed, Jan 4, 2012 at 11:40 AM, Miles Johnson < reply@reply.github.com

wrote:

Fixed in 2.3. A lot had to change regarding user login/logout/signup, which I updated here: milesj.me/code/cakephp/forum#user-setup


Reply to this email directly or view it on GitHub: https://github.com/milesj/cake-forum/issues/16#issuecomment-3351075