benbalter/wordpress-to-jekyll-exporter

Could not open wp-admin/export.php?type=jekyll

Closed this issue · 14 comments

I use wordpress 4.8.1 and download jekyll-exporter from https://wordpress.org/plugins/jekyll-exporter/, after activate it successfully in wordpress I am not able to run it with the error as $subject.

Any workarounds for resolving this problem ?

Any comments here ?

Does the problem persist with version 2.2.2?

@benbalter I tried with version 2.2.2 and issue persist.

I think it is a common and hot issue, can you take a look at it and come up with a solution or patch ? Thanks !

@bluezd without more information, I'm afraid I am not able to offer advice or a solution. Does it continue if you disable all other plugins? Can you provide a screenshot of the error page? What version of PHP are you running? Do errors appear in the logs?

@bluezd also how/where is your WordPress blog hosted?

Here is the screen shot regarding the error https://imagebin.ca/v/3YcAxZMUkqyg

My wordpress hosts in budgetvm VPS

And the php version is PHP 5.5.14

@bluezd what OS (include the version)?

Also, I suggest you turn on debugging and install a debug plugin. Then paste the warnings/errors it emits here.

The OS is Fedora 20.

When I enable the debug mode, I get the following debug message:
Class 'ZipArchive' not found Type: PHP Fatal error Line: 435 File: /var/www/wordpress/wp-content/plugins/jekyll-exporter/jekyll-exporter.php

I install php-pecl-zip package by executing yum install php-pecl-zip
Then I restart the httpd and re-did the whole process finally there is a file pop-up for downloading named jekyll-export.zip. I think it works for me. Thank you all !

Great. BTW In Ubuntu that would be:
sudo apt-get install php7.0-zip

@benbalter looks like a side effect of removing Zippy. Can you "include" ZipArchive in the plugin somehow? If not, maybe bring it back and only use ZipArchive on Azure?

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

I get this error too.

@giorat we'll need more information in order to be able to help you. See the last few comments for the info we need and debugging suggestions.