• Did a new install on a server, was uploading plugins to the new site. I got 2 done and then I got

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/DOMAIN/public_html/wp-admin/includes/class-wp-upgrader.php on line 1476

    So, I looked at that file and this is what line 1476 says:

    $result = new WP_Error( ‘rollback_was_required’, $this->strings[‘rollback_was_required’], (object) array( ‘update’ => $original_result, ‘rollback’ => $rollback_result ) );

    Any ideas at all?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The error was most likely caused by the plugin that you was instaling at the time of this error.

    Plugin commonly throw errors and it directs you to WP core files. What ever you do, do not edit core WP files.

    Thread Starter tshelor

    (@tshelor)

    ok, so should I uninstall all the plugins and start over?

    Just deactivate the plugins one at a time. The error is not WordPress directly, it is most likely the LAST plugin you installed before the error happened. Basically, it comes down to the plugin you was trying to install is corrupt or not compatible with your current WP version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal Error’ is closed to new replies.