Hi all. I have this problem: some nodes (of one of my contents type) that my user insert from add content are not stored into DB. When the user press to the "Publish" botton I see the POST in httpd-access log, but the user is not redirect to the new node, but to homepage without message of any type.
Most of these errors are from anonymous users.
I have search into DB via phpmyadmin and I see that there is an entry only for "node" table. Where Drupal save the body ?
In node_access I have this :
nid gid realm grant_view grant_update grant_delete 0 0 all 1 0 0
How can I undestrand where is the problem ?
I have tried to "play" with access controll but nothing.
Pls help me.
SOLVED.
I don't know why and not see me, but I think that one module that I have installed and after removed or the upgrade program from 4.7.3 to 5.3 has deleted the USER 0. Now I continue to make some test, but seems that now all works.
M.
Davide Michel 'ZioBudda' Morelli ha scritto:
Hi all. I have this problem: some nodes (of one of my contents type) that my user insert from add content are not stored into DB. When the user press to the "Publish" botton I see the POST in httpd-access log, but the user is not redirect to the new node, but to homepage without message of any type.
Most of these errors are from anonymous users.
I have search into DB via phpmyadmin and I see that there is an entry only for "node" table. Where Drupal save the body ?
In node_access I have this :
nid gid realm grant_view grant_update grant_delete 0 0 all 1 0 0
How can I undestrand where is the problem ?
I have tried to "play" with access controll but nothing.
Pls help me.
Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ajaxblog.it MSN: michel@ziobuddalabs.it JABBER: michel@gmail.com
On Wed, 02 Jan 2008 16:52:25 +0100 Davide Michel 'ZioBudda' Morelli michel@ziobudda.net wrote:
I have search into DB via phpmyadmin and I see that there is an entry only for "node" table. Where Drupal save the body ?
Ciao,
node_revisions.body
I remember I got some troubles with sessions, uid and pk duplicates, but I can't remember the exact nature of them. I don't remember if I had to truncate sessions or what... but well that problem came with an error message and you aren't reporting any so it shouldn't be the same and it seems you came to a solution.
Ivan Sergio Borgonovo ha scritto:
Ciao,
ciao
node_revisions.body
Tnx.
I remember I got some troubles with sessions, uid and pk duplicates, but I can't remember the exact nature of them. I don't remember if I had to truncate sessions or what...
but well that problem came with an error message and you aren't reporting any so it shouldn't be the same and it seems you came to a solution.
I'm not reporting any error because I have no error. I have resolved with reinsert user 0, but now the question is: why Drupal can not say me nothing about "no user 0" ? I have see that Drupal has insert the node (all fields) but without user 0 Drupal don't give me message of any type and If I tried to see the node (mysite/node/nid) Drupal send me to "page not found". Is this a possible bug ?
M.
On Wed, 02 Jan 2008 17:35:57 +0100 Davide Michel 'ZioBudda' Morelli michel@ziobudda.net wrote:
I'm not reporting any error because I have no error. I have resolved with reinsert user 0, but now the question is: why Drupal can not say me nothing about "no user 0" ? I have see that Drupal has insert the node (all fields) but without user 0 Drupal don't give me message of any type and If I tried to see the node (mysite/node/nid) Drupal send me to "page not found". Is this a possible bug ?
Maybe in the update path from 4.7 -> 5.3 (Am I remembering correctly? BTW 5.5 is out and it fix a potential SQL injection in taxonomy_select_nodes).
Do you have a backup before update to see what was really going on?