Hi Folks,
I need one help regarding to understand why the Menus are not available after Beta 1.8 version install.
The system show me only 3 Menus: Home, Personal and Logout.
Someone could you help me, please?
Thanks,
Williano
I can see only 3 Menus on 1.8 (Beta)
Moderators: Amaradana, TurboPT, TL Developers
Beta 1.8 Login Issue
Hi Guys,
I´m facing the same problem. Unfortunately I can´t even get to the page to set user rights. I just on the personal page I can only change the admin password.
Please Help...
Rodrigue
I´m facing the same problem. Unfortunately I can´t even get to the page to set user rights. I just on the personal page I can only change the admin password.
Please Help...
Rodrigue
user rights page
I couldn't get the user rights page either.
I went into mysql and set the role_id for my user to 8, and then logged back into the system, now it shows my rights in square brackets: chuck [admin], but doesn't show me menu choices (other than Home, Logout, Personal).
Any ideas?
Oh, the sql to set the role_id:
update users set role_id = 8 where login = 'chuck';
I went into mysql and set the role_id for my user to 8, and then logged back into the system, now it shows my rights in square brackets: chuck [admin], but doesn't show me menu choices (other than Home, Logout, Personal).
Any ideas?
Oh, the sql to set the role_id:
update users set role_id = 8 where login = 'chuck';
seems your db is not OK.
Please make a dump and send it to francisco.mancardi@gmail.com
I will try to give a look.
Or I will send you a dump of a working TL install.
Please make a dump and send it to francisco.mancardi@gmail.com
I will try to give a look.
Or I will send you a dump of a working TL install.
Database dump...
After the problems getting 1.8beta2 to work, I installed 1.7.4 and I was able to get it up and working. If you can provide a sample working database for 1.8, I can try it again.
I did not make a dump of my database before discarding it.
The problem was probablly something with initial database construction or with database permissions, but I did not isolate the problem.
Thank you! Chuck
I did not make a dump of my database before discarding it.
The problem was probablly something with initial database construction or with database permissions, but I did not isolate the problem.
Thank you! Chuck