<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
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. <br>
<br>
Most of these errors are from anonymous users. <br>
<br>
I have search into DB via phpmyadmin and I see that there is an entry
only for "node" table. Where Drupal save the body ? <br>
<br>
In node_access I have this :<br>
<br>
<table id="table_results" class="data">
<thead><tr>
<th>nid
</th>
<th>gid
</th>
<th>realm
</th>
<th>grant_view
</th>
<th>grant_update
</th>
<th>grant_delete
</th>
</tr>
</thead> <tbody>
<tr class="odd marked">
<td align="center">0<br>
</td>
<td align="center">0<br>
</td>
<td align="center">all<br>
</td>
<td class="nowrap" align="right">1</td>
<td class="nowrap" align="right">0</td>
<td class="">0<br>
</td>
<td class="nowrap" align="right"><br>
</td>
<td class="nowrap" align="right"><br>
</td>
<td class="nowrap" align="right"><br>
</td>
</tr>
</tbody>
</table>
<br>
<br>
How can I undestrand where is the problem ? <br>
<br>
I have tried to "play" with access controll but nothing. <br>
<br>
Pls help me.<br>
<pre class="moz-signature" cols="72">--
Michel 'ZioBudda' Morelli <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobudda.net">michel@ziobudda.net</a>
Consulenza sistemistica in ambito OpenSource.
Sviluppo applicazioni web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
<a class="moz-txt-link-freetext" href="http://www.ziobudda.net">http://www.ziobudda.net</a> ICQ: 58351764
<a class="moz-txt-link-freetext" href="http://www.ziobuddalabs.it">http://www.ziobuddalabs.it</a> Skype: zio_budda
<a class="moz-txt-link-freetext" href="http://www.ajaxblog.it">http://www.ajaxblog.it</a> MSN: <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>
JABBER: <a class="moz-txt-link-abbreviated" href="mailto:michel@gmail.com">michel@gmail.com</a>
</pre>
</body>
</html>