By Anonymous (not verified) on
I have an odd problem. I tried to mass create a set of pages by using phpmyadmin. I added all the fields to the table nodes and update the sequence table. The pages all appeared - but when I edit any of them I get the message "Access Denied", "Sorry You are not authorised to view this page."
I am logged in as admin and the UID of each page is set to the admin account, so is there another table that I need to alter to give edit permission to these pages?
regards,
Mark
Comments
nodes are more than records
nodes are more than records in only the node table. at least the node_revisions table also is part of nodes, probably the user table - and there might be more, depending of the node type (blog, poll, ...). see node_load():
you might be better of having a look at devel.module's generate-content.php and customize this to your needs.