elementor / static-html-output

Static HTML Output Plugin for WordPress
https://statichtmloutput.com
The Unlicense
125 stars 35 forks source link

Bitnami/WordPress not compatible? #124

Closed Berndinox closed 4 years ago

Berndinox commented 4 years ago

Version 7.0-alpha-007Version 7.0-alpha-007 HealthCheck looks good!

Crawling complete. 1437 crawled, 0 skipped (cached).

but, the folder: /wp-content/uploads/wp2static-crawled-site never got's created

#0 /bitnami/wordpress/wp-content/plugins/static-html-output-plugin/src/PostProcessor.php(40): RecursiveDirectoryIterator->__construct()
#1 /bitnami/wordpress/wp-content/plugins/static-html-output-plugin/src/Controller.php(491): WP2Static\PostProcessor->processStaticSite()
#2 /bitnami/wordpress/wp-content/plugins/static-html-output-plugin/src/CLI.php(349): WP2Static\Controller::wp2static_process_queue()
#3 [internal function]: WP2Static\CLI->process_queue()
#4 phar:///opt/bitnami/wp-cli/bin/wp-cli.phar/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(98): call_user_func()
#5 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}()
#6 phar:///opt/bitnami/wp-cli/bin/wp-cli.phar/vendor in /bitnami/wordpress/wp-content/plugins/static-html-output-plugin/src/PostProcessor.php on line 40
Fatal error: Uncaught UnexpectedValueException: RecursiveDirectoryIterator::__construct(/opt/bitnami/wordpress/wp-content/uploads/wp2static-crawled-site): failed to open dir: No such file or directory in /bitnami/wordpress/wp-content/plugins/static-html-output-plugin/src/PostProcessor.php:40
Stack trace:
#0 /bitnami/wordpress/wp-content/plugins/static-html-output-plugin/src/PostProcessor.php(40): RecursiveDirectoryIterator->__construct()
#1 /bitnami/wordpress/wp-content/plugins/static-html-output-plugin/src/Controller.php(491): WP2Static\PostProcessor->processStaticSite()
#2 /bitnami/wordpress/wp-content/plugins/static-html-output-plugin/src/CLI.php(349): WP2Static\Controller::wp2static_process_queue()
#3 [internal function]: WP2Static\CLI->process_queue()
#4 phar:///opt/bitnami/wp-cli/bin/wp-cli.phar/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(98): call_user_func()
#5 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}()
#6 phar:///opt/bitnami/wp-cli/bin/wp-cli.phar/vendor in /bitnami/wordpress/wp-content/plugins/static-html-output-plugin/src/PostProcessor.php on line 40
command terminated with exit code 255

after manually creating that folder the queue runs through without errors, but there are still no files in...