static-html-output icon indicating copy to clipboard operation
static-html-output copied to clipboard

Fatal error: Uncaught Error: Class 'StaticHTMLOutput\

Open mooseyoose opened this issue 4 years ago • 5 comments

Fatal error: Uncaught Error: Class 'StaticHTMLOutput\Controller' not found in /home/g6/public_html/wp-content/plugins/static-html-output-master/static-html-output-plugin.php:26 Stack trace: #0 /home/g6/public_html/wp-admin/includes/plugin.php(2297): include() #1 /home/g6/public_html/wp-admin/plugins.php(191): plugin_sandbox_scrape('static-html-out...') #2 {main} thrown in /home/g6/public_html/wp-content/plugins/static-html-output-master/static-html-output-plugin.php on line 26

mooseyoose avatar Nov 13 '20 02:11 mooseyoose

I have the same issue running inside a bitnami docker container, for release 6.6.22 and 6.6.23

KasperZutterman avatar Nov 20 '20 09:11 KasperZutterman

Running composer install in the folder: /home/g6/public_html/wp-content/plugins/static-html-output-master/ solved the issue for me.

KasperZutterman avatar Nov 21 '20 12:11 KasperZutterman

Running composer install did not fix it for me.

myfirstnameispaul avatar Nov 22 '20 06:11 myfirstnameispaul

How are you guys copying/installing the plugin files into your server? is it a copy from a Github repo? if so, you may want to double check your .gitignore, it may be preventing to include certain files.

Here is a similar issue with Yoast SEO, and here how to fix it: https://github.com/Yoast/wordpress-seo/issues/15726#issuecomment-666456083

diegoteliz avatar Jul 20 '21 06:07 diegoteliz

Feel free to grab the zip from https://statichtmloutput.com/thanks-for-donating/ for now, if experiencing issues running composer install

leonstafford avatar Jul 20 '21 07:07 leonstafford