Fatal Error
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fatal Error’ is closed to new replies.