Hello
When I tri to access to a protected node trough a Symlinks Node (created with NodeSymlinks 7.x-1.0-beta1), I only access to a page wich displayed "You are not authorized to access this page"
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | nodesymlinks_support-1630486-5.patch | 673 bytes | grimreaper |
| #2 | nodesymlinks_support-1630486-1.patch | 576 bytes | grimreaper |
Comments
Comment #1
izus commentedmaybe it's just the same issue as https://drupal.org/node/1649298
but as i didn't test it yet, i'll just mak it as a Feature request to support NodeSymlink
Comment #2
grimreaperHello,
Here is a patch that can solve it.
Thanks for the review.
Comment #3
izus commentedI suggest you wrap this in a if(modules_exists('nodesymlinks'))
to better reflect why we needed it
Comment #4
izus commentedComment #5
grimreaperOk, I apply this idea to the webform support too.
Comment #6
izus commentedmerged
thanks
Comment #8
andyrigby commentednodesymlinks_support-1630486-5.patch and associated commit http://drupalcode.org/project/protected_node.git/blobdiff/2698979f782a54... contain a typo. modules_exists() is an undefined function.
PHP Fatal error: Call to undefined function modules_exists() in /path/to/site/sites/all/modules/protected_node/protected_node.module on line 190
Comment #9
izus commentedHi,
Thanks for reporting.
This is now fixed by http://drupalcode.org/project/protected_node.git/blobdiff/b7b9de3d80bba5...
Thanks again