I have updated the drupal core to 7.41 . when i am updating the modules manually i run into error

PHP Fatal error: Class 'DrupalDefaultEntityController' not found in ...

i have tried fixing the error by rebuilding the repositories using Registry_rebuild
and also tried with drush .

when are try using with update.php method, it gives another error saying An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging .

Hope I can get a clear view and appreciate your advice alot.

Thank you :)

Comments

VM’s picture

If i'm reading correctly, the update of core worked. what isn't working is an update of modules.

Which modules are you updating?
How many are you attempting to update at one time?
If one at a time, which module is causing the issue?

nvv2468’s picture

this is from the update.php page
19 updates:
system module

7079 - Convert the 'filesize' column in {file_managed} to a bigint.
7080 - Convert the 'format' column in {date_format_locale} to case sensitive varchar.
aggregator module

7004 - Add index on timestamp.
block module

7009 - Increase {block}.title length to 255 characters.
entity module

7003 - Create cache tables for entities that support Entity cache module.
entityform_notifications module

7001 - Change email variables to use new tokens from Rules.
image module

7005 - Add a column to the 'image_style' table to store administrative labels.
mailsystem module

7300 - Remove dynamically generated mailsystem classes and convert configuration.
node module

7014 - Add an index on {node}.language.
7015 - Enable node types that may have been erroneously disabled in Drupal 7.36.
rules module

7210 - Deletes the unused rules_empty_sets variable.
7211 - Creates the "owner" column.
7212 - Make sure registry gets rebuilt to avoid upgrade troubles.
7213 - Recover the "owner" property for broken configurations.
7214 - Switch out the rules_event_whitelist variable for a cache equivalent.
rules_scheduler module

7203 - Add a database column for specifying a queue item handler.
7204 - Rename rules_scheduler.state into rules_scheduler.data.
taxonomy module

7011 - Drop unpublished nodes from the index.
view_unpublished module

7100 - Enable notice to rebuild node access permissions since a new node access realm was added to respect the core "view own unpublished content" permission See https:drupal.orgnode1762904

VM’s picture

based on the above you are trying to update core and contrib modules at the same time? I highly suggest taking smaller steps considering that the site was neglected for so long.

Assuming you followed best practices roll back to the database backup you took before starting the updates.

update core.
test
update modules one at a time
test after each