Upgraded our Drupal 7.6 site to D7.67 for security reasons. Afterwords, the site appears okay, but when I go to the Contents tab, all my old content is gone (does not show -- the pages can still be accessed via links)

The message at the top of the page:

  • Notice: Undefined index: node_admin_content in drupal_retrieve_form() (line 809 of /home/hepsal5/public_html/includes/form.inc).
  • Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'node_admin_content' not found or invalid function name in drupal_retrieve_form() (line 844 of /home/hepsal5/public_html/includes/form.inc).

I checked both files and both lines do not seem corrupted.

I'm not sure what to do next?

Should I try to revert to the previous version from a backup?

Is there some line of code missing?

Thanks in advance for any help.

Comments

vm’s picture

version of PHP in use?

suggest reviewing similar reports @ Google Results - There are reports against core and modules all of which will need to be reviewed.

HEPman’s picture

Looked at some of the other problems/responses.

One suggests the absence of modules/mode/node.admin.inc file.  It is there, but empty.

So I uploaded the node.admin.inc file and it works now. Thanks very much.

HEPman’s picture

Using PHP 5.6

vm’s picture

HEPman’s picture

Thanks. will downgrade.

vm’s picture

hopefully you meant upgrade.

HEPman’s picture

Yes, fingers don't type so well. All is working. Thanks, again.