Needs work
Project:
Page Preview
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 08:33 UTC
Updated:
14 Feb 2014 at 14:47 UTC
Jump to comment: Most recent
Comments
Comment #1
FreddieK commentedI'm experiencing the same problem when anonymous users are allowed to create and preview a node type. It looks like it might be related to pathauto module permissions.
Comment #2
krolpl commentedSame issue here
Comment #3
les limThis is probably because of problems with token generation. We don't really need to use the form token to identify the preview; we can generate our own ids.
Should be fixed in the next dev release.
Comment #5
alanom commentedSorry but I'm seeing the same in the latest dev version.
Any pointers on what changes were made, what possible causes there are?
My case: page manager pages, anonymous users can't create or preview. Nothing in logs (other than the 404 error)
EDIT - It seems to be a timing thing in my case. If I refresh the page, or copy the URL into another tab, it appears fine. I'm using the background process module - could that have something to do with it? Maybe it's happening asynchronously with Background Process installed when it shouldn't?
Comment #6
alanom commentedFalse alarm! This happened on the first attempt but has worked fine since then. No idea why, but all seems to be working okay now.
Comment #7
nicholasthompsonThis happened to me until I ran a cache clear all (the menu hadn't rebuilt after enabling the module). I was also using memcache_storage...