The "Node Access Status" field and the "Rebuild permissions" option are currently missing. I noticed this during my work on this problem: http://drupal.org/node/453704 .

Currently I am working on this but do not really know what to do. Could this be related to the 6.11 update? Perhaps some missing files? Any hints on what I could do to find the reason and correcting it?

Disabling modules had no effect so far.

Comments

dddave’s picture

Currently no progress on my side so any hints would be very much appreciated.

dddave’s picture

As far as I understand it the "Node Access Status" stuff is completly missing.

<div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
          <div class="breadcrumb"><a href="/en">Home</a> › <a href="/en/admin">Administer</a> › <a href="/en/admin/content" title="Manage your site&#039;s content.">Content management</a></div>                              <h2>Post settings</h2>                              <div class="messages status">

<a href="/en/admin/settings/site-maintenance">Operating in off-line mode.</a></div>
                    <div class="clear-block">
            <form action="/en/admin/content/node-settings"  accept-charset="UTF-8" method="post" id="node-configure">
<div><div class="form-item" id="edit-default-nodes-main-wrapper">
 <label for="edit-default-nodes-main">Number of posts on main page: </label>
 <select name="default_nodes_main" class="form-select" id="edit-default-nodes-main" ><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10" selected="selected">10</option><option value="15">15</option><option value="20">20</option><option value="25">25</option><option value="30">30</option></select>

 <div class="description">The default maximum number of posts to display per page on overview pages such as the main page.</div>
</div>
<div class="form-item" id="edit-teaser-length-wrapper">
 <label for="edit-teaser-length">Length of trimmed posts: </label>
 <select name="teaser_length" class="form-select" id="edit-teaser-length" ><option value="0">Unlimited</option><option value="200">200 characters</option><option value="400">400 characters</option><option value="600" selected="selected">600 characters</option><option value="800">800 characters</option><option value="1000">1000 characters</option><option value="1200">1200 characters</option><option value="1400">1400 characters</option><option value="1600">1600 characters</option><option value="1800">1800 characters</option><option value="2000">2000 characters</option></select>

 <div class="description">The maximum number of characters used in the trimmed version of a post. Drupal will use this setting to determine at which offset long posts should be trimmed. The trimmed version of a post is typically used as a teaser when displaying the post on the main page, in XML feeds, etc. To disable teasers, set to 'Unlimited'. Note that this setting will only affect new or updated content and will not affect existing teasers.</div>
</div>
<div class="form-item">
 <label>Preview post: </label>
 <div class="form-radios"><div class="form-item" id="edit-node-preview-0-wrapper">
 <label class="option" for="edit-node-preview-0"><input type="radio" id="edit-node-preview-0" name="node_preview" value="0"   class="form-radio" /> Optional</label>
</div>
<div class="form-item" id="edit-node-preview-1-wrapper">
 <label class="option" for="edit-node-preview-1"><input type="radio" id="edit-node-preview-1" name="node_preview" value="1"  checked="checked"  class="form-radio" /> Required</label>

</div>
</div>
 <div class="description">Must users preview posts before submitting?</div>
</div>
<input type="submit" name="op" id="edit-submit" value="Save configuration"  class="form-submit" />
<input type="submit" name="op" id="edit-reset" value="Reset to defaults"  class="form-submit" />
<input type="hidden" name="form_build_id" id="form-7e6a3421f8fd2825d2546952dc514dc5" value="form-7e6a3421f8fd2825d2546952dc514dc5"  />
<input type="hidden" name="form_token" id="edit-node-configure-form-token" value="701bbd361a1b82b3d0d3fd558c31dbbe"  />
<input type="hidden" name="form_id" id="edit-node-configure" value="node_configure"  />

</div></form>
          </div>