SchumacherFM / wordpress-to-hugo-exporter

Hugo is static site generator written in golang. Wordpress is a tool for remote access to your server ;-) ❗️Contributions welcome!
https://gohugo.io
GNU General Public License v3.0
680 stars 95 forks source link

Fatal error: Duplicate declaration of static variable $indent #111

Open ariakeumi opened 4 months ago

ariakeumi commented 4 months ago

I don't know which post has the problem, and I can't find a more detailed log.

/www/wwwroot/blog/wp-content/plugins/wordpress-to-hugo-exporter# php hugo-export-cli.php /home/ [INFO] Start to export data to configured folder /home/PHP Fatal error: Duplicate declaration of static variable $indent in /www/wwwroot/blog/wp-content/plugins/wordpress-to-hugo-exporter/includes/markdownify/Converter.php on line 559

ariakeumi commented 4 months ago

Changing PHP 8.3 to a lower version solved the problem .