Taken from Forums ( http://drupal.org/node/71575 )
Hi all, first time here. I tried searching but could not find something exactly like this.
My problem, whenever I click 'create content', I get 2 full pages, one on top of the other. The top part says 'Access denied', with full header and footer, and I get a normal page of 'Create content' below it which is like a typical create content list, but has 'Access denied' as its title.
Strange thing is that it only appears on this page (node/add) and not on any other page. It is ok on node/add/book etc. No problem in actually adding nodes there.
If I added a 'access denied' page and used it in the settings, then the access denied page will appear instead but the content list still appears at the bottom.
It happens to authenticated user whom I've given full access control. Happens on any themes.
I've tried it on site and locally on XAMMP. Both I installed manually (uploaded drupal 4.7.2 content, and created the database using PHP-MyAdmin, no database prefix), so I wonder if there's any other step I've missed, considering the rest of the site is fully functional. I've tried it without any extra modules installed, but it still happened.
The log always state 'node/add denied access' and the info is this (mysite is just an example name):
Type access denied
Location http://mysite.com/?q=node/add
Referrer
Message node/add denied access.
Severity warning
I'm just confused. Any help is appreciated.
I am posting this as I am also getting this error
Comments
Comment #1
dries commentedI spent 15 minutes trying to reproduce this problem, but can't. You'll have to help us figure out how to reproduce this ...
Comment #2
smok-1 commentedI spent time checking my site carefully. I found that if I disable tablemanager the problem goes away. With tablemanager active the problem reappears.
I will try and create a test site with just drupal and tablemanager to see what happens.
I guess that this is likely to be an issue with tablemanager and not with Drupal
Comment #3
smok-1 commentedI saw there was a new version of table manager from a week a go so I downloaded it and tried it again. The error happened again. When I added a new table the error goes away.
So what I beleive is happening is that when there are no tables in the table manager system, the create content page fails. If I disable table manager it works fine.
I think I moved this issue to the Table Manager project, but as this is the first issue I have raised, I might have not done it correctly. Can someone check please!
Richard
Comment #4
pobster commentedAh was a known bug, sorry I should have created a ticket for it myself... And also, sorry missed that post on the forums :o(
...Still on the bright side I'd already fixed it ;o) So the latest release (1.59) *should* fix your issue. Let me know if it doesn't...
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/tablemanager/...
Pobster
Comment #5
pobster commented