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?

CommentFileSizeAuthor
#1 path.access.patch879 bytesmmilo

Comments

mmilo’s picture

StatusFileSize
new879 bytes

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.

redben’s picture

Have downloaded the latest dev (though it dates back to 2008) and everything works this issue seems to have been fixed.

redben’s picture

Status: Active » Closed (fixed)