TTRSS – Your access level is insufficient to run this script

After upgrading from 1.9 to 1.11 I had got the error message “Your access level is insufficient to run this script” when trying to log in.

The problem was TTRSS needed to run some upgrade script but if you log in as a non admin user straight after an install it will throw this error. The best thing to do is log in as an admin user so that it can do the upgrade.

The alternative is to update the security level of the user trying to log in using SQL:
update ttrss_users set access_level=10 where login = '[username]';

where [username] should be replaced by the username used to log in.

1.2.21: Your access level is insufficient to run this script

About Danny

I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog. Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise. Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school. View all posts by Danny → This entry was posted in Software and tagged , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *.

All comments must go through an approval and anti-spam process before appearing on the website. Please be patience and do not re-submit your comment if it does not appear.

This site uses Akismet to reduce spam. Learn how your comment data is processed.