By HEPman on
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
=-=
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.
Looked at some of the other
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.
Using PHP 5.6
Using PHP 5.6
=-=
https://www.drupal.org/docs/7/system-requirements/php-requirements - PHP version is not recommended for D7
Thanks. will downgrade.
Thanks. will downgrade.
=-=
hopefully you meant upgrade.
Yes, fingers don't type so
Yes, fingers don't type so well. All is working. Thanks, again.