Hey, i'm having three probably related problems with the Acidfree module:
1. When scrolling through the medium-size previews of an image, the "first previous 1 2 3 4 5 6 ... next last" links redirect the user to the front page. They are creating links such as the following:
http://www.justcoffee.net/node/126?page=page%3D0%2C1
which then gets redirected towards
http://www.justcoffee.net//node/155%3Fpid%3D126%26page%3D0%2C1
which leads the user to the front page, with an added "REDIRECT: album" notification at the top.
2. Clicking on a medium-size preview (to get the full size image) adds an extra /node/ to the front of the file name, for example:
http://www.justcoffee.net/node/files/active/1/156_large.jpg
which also leads back to the first page
3. Something with acidfree's tmp folder is reaking havoc, i occasionally (somewhat randomly) get the following two errors repeated ad infinitum, thus filling up my watchdog table in my database:
fopen(/tmp/acidfree/dir.lock): failed to open stream: Permission denied in /home/jcoffee/public_html/modules/acidfree/acidfree.module on line 2073.
flock(): supplied argument is not a valid stream resource in /home/jcoffee/public_html/modules/acidfree/acidfree.module on line 2074.
I've found similiar forum posts here, but none of the solutions have worked. I'm using 4.7.2 and the most up-to-date acidfree.