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
681 stars 95 forks source link

Plugin not working #23

Closed JohnBlood closed 8 years ago

JohnBlood commented 8 years ago

I installed this plugin and used it. It downloaded a zip file, but it would not open. When I tried to unzip with 7zip, it told me that hte file was not correctly setup as a zip file. I used the wordpress to jekyll plugin and converted to hugo.

SchumacherFM commented 8 years ago

Can you run it on the command line? Do you have access to it and know how to use it?

It's pretty hard to give you any tips on how to solve your problem because I don't know the whole scope of your server or whatever ....

hiproz commented 8 years ago

1)check the size of zip file . 2)run it on the command line , and use unzip in the linux of /tmp dir how to use :

It works just like the plugin, but produces the zipfile at /tmp/wp-hugo.zip:

php hugo-export-cli.php
SchumacherFM commented 8 years ago

Closed due to inactivity