I dragged the zip created by Duplicator onto Local, as mentioned in this thread, but when I tried opening the website I got a 500 Internal Server Error message. Don’t understand what is wrong, but trying manually via the installer file now.
I dragged and dropped Duplicator files too and got a whole list of errors. Database seems to work though via adminer but when I click on visit site or admin the error below shows in the browser:
( ! ) Warning: include(/app/public/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /app/public/wp-settings.php on line 84
Call Stack
# Time Memory Function Location
1 0.0000 360336 {main}( ) .../index.php:0
2 0.0005 360624 require( '/app/public/wp-blog-header.php' ) .../index.php:17
3 0.0009 360976 require_once( '/app/public/wp-load.php' ) .../wp-blog-header.php:13
4 0.0012 361752 require_once( '/app/public/wp-config.php' ) .../wp-load.php:37
5 0.0015 363440 require_once( '/app/public/wp-settings.php' ) .../wp-config.php:106
( ! ) Warning: include(): Failed opening '/app/public/wp-content/advanced-cache.php' for inclusion (include_path='.:') in /app/public/wp-settings.php on line 84
Call Stack
# Time Memory Function Location
1 0.0000 360336 {main}( ) .../index.php:0
2 0.0005 360624 require( '/app/public/wp-blog-header.php' ) .../index.php:17
3 0.0009 360976 require_once( '/app/public/wp-load.php' ) .../wp-blog-header.php:13
4 0.0012 361752 require_once( '/app/public/wp-config.php' ) .../wp-load.php:37
5 0.0015 363440 require_once( '/app/public/wp-settings.php' ) .../wp-config.php:106
( ! ) Warning: Cannot modify header information - headers already sent by (output started at /app/public/wp-settings.php:84) in /app/public/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php on line 188
Call Stack
# Time Memory Function Location
1 0.0000 360336 {main}( ) .../index.php:0
2 0.0005 360624 require( '/app/public/wp-blog-header.php' ) .../index.php:17
3 1.6664 11065816 require_once( '/app/public/wp-includes/template-loader.php' ) .../wp-blog-header.php:19
4 1.6664 11065816 do_action( ) .../template-loader.php:12
5 1.6664 11066192 WP_Hook->do_action( ) .../plugin.php:453
6 1.6664 11066192 WP_Hook->apply_filters( ) .../class-wp-hook.php:310
7 1.6674 11068152 Cache_Enabler::handle_cache( ) .../class-wp-hook.php:286
8 1.6691 11068192 Cache_Enabler_Disk->get_asset( ) .../cache_enabler.class.php:1487
9 1.6691 11068192 header ( ) .../cache_enabler_disk.class.php:188
( ! ) Warning: Cannot modify header information - headers already sent by (output started at /app/public/wp-settings.php:84) in /app/public/wp-includes/pluggable.php on line 1216
Call Stack
# Time Memory Function Location
1 0.0000 359320 {main}( ) .../index.php:0
2 0.0010 359608 require( '/app/public/wp-blog-header.php' ) .../index.php:17
3 1.0388 11332304 require_once( '/app/public/wp-includes/template-loader.php' ) .../wp-blog-header.php:19
4 1.0388 11332304 do_action( ) .../template-loader.php:12
5 1.0388 11332680 WP_Hook->do_action( ) .../plugin.php:453
6 1.0388 11332680 WP_Hook->apply_filters( ) .../class-wp-hook.php:310
7 1.0433 11355816 redirect_canonical( ) .../class-wp-hook.php:286
8 1.0443 11358440 wp_redirect( ) .../canonical.php:533
9 1.0443 11358496 header ( ) .../pluggable.php:1216
Thanks for the stack trace!
Does /app/public/wp-content/advanced-cache.php
exist in the site’s folder?
If not, try disabling WP_CACHE
in the wp-config.php
file.