Hi Tyler!
Thanks for the extra details! I’m on Ventura with M1 Pro Silicon so not sure if I can replicate properly, but will keep on it. So far I am seeing these errors. These are for the theme-troubleshooting-demo
site:
[2023-10-24 10:48:44.861] [info] [containerExec] Command 'wp --allow-root --skip-themes --skip-plugins core is-installed --path=/www/kinsta/public/theme-demo-troubleshooting' on devkinsta_fpm finished with exit code 1
[2023-10-24 10:48:47.395] [error] create thumbnail error: Error: Request failed with status code 403
That would indicate that WP CLI didn’t detect the theme-demo-troubleshooting site as WP, then it tried to take a thumbnail and got a 403 Forbidden
[2023-10-24 10:48:59.417] [error] [createThumbnail] Failed to create thumbnail on /Users/tylerhervey/DevKinsta/public/theme-demo-troubleshooting/d922dadb-70cc-43a3-b8fc-73aa52e27b6d.png, no more tries
I think that one is an extension of the previous error.
These are for the tmt-dfy-theme-01
site when checking the site email inboxes:
[2023-10-24 10:49:47.843] [error] Error: [31;1mError:[0m This does not seem to be a WordPress installation.Pass --path=`path/to/wordpress` or run `wp core download`.
'An error of type E_ERROR was caused in line 1016 of the file /www/kinsta/public/tmt-dfy-theme-01/wp-content/plugins/custom-post-type-ui/inc/utility.php. Error message: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /www/kinsta/public/tmt-dfy-theme-01/wp-content/plugins/custom-post-type-ui/inc/utility.php:1016\r\n' +
That one is part of a WordPress Fatal error further down in the main.log for the tmt-dfy-theme-01
site
You said you tried to create a new WP site instead of a custom or import site, but custom-post-type-ui plugin doesn’t come with stock WP, so that’s confusing to see that in the logs, or it’s not the most recent logs?
Do you happen to have the other log files, e.g. starting from here:
Also, can you provide screenshots of your site directories ls -lat /www/kinsta/public/theme-troubleshooting-demo/
and checksum tests (command and steps in Docker context below)
I don’t have one called tmt-dfy-theme-01 or theme-troubleshooting-demo so I used one that already existed called testsite
so you’ll have to replace it in the commands