I've got Drupal 4.6.6 installed with php5.1 and MySQL5, and I've got round the template issues for php and I found the undefined default values in the node table so I can now add content (page or story) as user1 (admin). I've created a 'contributer' user with rights to add page/story and edit own page/story (as well as access content obviously) but when I try to create a page and submit I get the 'page not found, error, it's not being written to the db. Now this user can write to the db, because it can post comments, so what am I missing from the sites permissions?

Comments

steverippl’s picture

If I give my contributer user administration rights over nodes then it can add content (it will write to the db) but it can also edit ALL pages, even those not created by it. As soon as I take that away, but still leave create/edit own pages rights it won't write to the db. Is this still a compatibility problem with MySQL5? How come I'm getting the tabs come up to add content for this user, but it's not actually writing the pages?