okay, I'm officially in the "revoked public read permissions from my root" club.
I logged into my database by going to the command line and typing:
psql my_database
The sql that I used (thanks to the docs above)
select acs_permission__grant_permission(2087, -1, 'read');
notice the lack of : and the single quote around read...
e