user warning: Incorrect integer value: '' for column 'visibility' at row 1 query
Ether - January 27, 2009 - 20:48
| Project: | Path Access |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Does not work for me. I even can not save configuration.
When I go to Home » Administer » User management » Path Access I'm getting
user warning: Incorrect integer value: '' for column 'visibility' at row 1 query: INSERT INTO path_access (rid, pages, visibility) VALUES (1, '', '') in \sites\all\modules\path_access\path_access.module on line 116.
Any suggestions?

#1
Confirmed, I got this problem too upon installing.
I've included a small patch that fixes this. "Visibility" is a non-null value, and is validated in path_access_admin_configure_form_submit anyways.
#2
Have downloaded the latest dev (though it dates back to 2008) and everything works this issue seems to have been fixed.
#3