Hi,
I have a problem, related to adding of new nodes.
After calling the link the following message appear Unable to open: http://xxx/node/add/story?destination=node/add/story. My configuration is Drupal 5.14/CCK 5.x-1.10.
Being amazing useful module I would like to know how I could resolve the issue. Thanks
Comments
Comment #1
starbow commentedThis doesn't really include enough information to help you fix this one.
Comment #2
kenorb commentedI've the same problem, but on 6.x.
On admin it's working fine, but on user not.
User have permission to view this page and to create specified content type.
Probably because it's trying to open:
?
'?&'
Comment #3
kenorb commentedFollowing line in popups.js:
Converting this:
to this one:
Shouldn't be without question mark?
Comment #4
kenorb commentedBut apart of that, I think the problem can be related to redirection.
When I'm going to:
I'm redirected to:
via path_redirect.
Redirection are supported?
Comment #5
starbow commented@kenorb - please don't hijack other people's issues. Just create a new issue of your own.
Comment #6
kenorb commentedI think it's the same issue so I've described it more deeply (the same symptoms).
And probably this issue is on both branches, so it not make sense to create new one if it will be duplicated. Even I'll create one, this one will stay without support, because of no any additional info.
BTW. Javascript file is javascript, there is no version for 5.x and 6.x
And it's good to fix that on 6.x first (as new version), and then backport it.
But whatever, created another issue: #376011: Unable to open: node/add/content? for Popups
Comment #7
starbow commented