I’m getting an error message after 3 minutes of clicking Download the Ghost File button.
Error 1: Warning: ZipArchive::close(): Renaming temporary file failed: Permission denied in C:\wamp64\www\sprintally\wp-content\plugins\ghost\class-ghost.php on line?689
Error 2: Warning: Cannot modify header information – headers already sent by (output started at C:\wamp64\www\sprintally\wp-content\plugins\ghost\class-ghost.php:689) in C:\wamp64\www\sprintally\wp-content\plugins\ghost\class-ghost.php on line?691
Error 3: Warning: Cannot modify header information – headers already sent by (output started at C:\wamp64\www\sprintally\wp-content\plugins\ghost\class-ghost.php:689) in C:\wamp64\www\sprintally\wp-content\plugins\ghost\class-ghost.php on line?692
Error File URL: https://drive.google.com/file/d/1XKt6W4Z3RFi-G1NT8-SXQzaD4GJriq_X/preview?usp=embed_googleplus
]]>The front page of this plugin mentions that Ghost doesn’t have built-in support for comments, but it does for a while.
I want to migrate my WordPress blog, including comments, to Ghost, but I haven’t found a way. Would you help?
]]>Upon activation, this plugin causes the “Sorry, You Are Not Allowed to Access This Page” error for wp-admin. I had to manually rename the plugin folder via FTP to regain access to wp-admin.
]]>one of my post contains video. but i am unable to export video from ghost here. need help with the video problem here. this is the link of the site: https://getdemo.xyz/gnc-tech and this post contains video https://getdemo.xyz/gnc-tech/hello-world/.
]]>Warning: Use of undefined constant SECURE_AUTH_COOKIE – assumed ‘SECURE_AUTH_COOKIE’ (this will throw an Error in a future version of PHP) in /var/www/wordpress/wp-includes/pluggable.php on line 766
Warning: session_start(): Cannot start session when headers already sent in /var/www/vendor/politsturm/wordpress-theme/admin/check_more.php on line 8
You do not have sufficient permissions to access this admin page.
When adding and activating a plugin, Ghost immediately kicks me out of the admin panel and throws this error.
When the plugin is removed via ftp, the error disappears.
]]>I was reading the code, and looking at the output. As far as I can tell, there is a line of code
$post->post_markdown = new HTML_To_Markdown( apply_filters( 'the_content', $post->post_content ) );
but that variable is never referred to again. The JSON output file contains HTML, not Markdown.
Hi support team
I got error while exporting the data the error is “There has been a critical error on your website. Please check your site admin email inbox for instructions.” it’s showing this error can you help me how we can export
I’ve read the Ghost 3.0 announcement and also the news about the new version of the migration plugin. I’ve installed Ghost 3.0 on my VPS and it’s working fine, and I’d like to export my WordPress blog posts to the Ghost one.
I’ve installed the plugin but it doesn’t work. After a few seconds the following message appears: “The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.”
I guess this is due to my blog being quite large. I’ve got over 3,100 posts (it’s been up since 2005) and I guess the script needs more time (or memory, or file size permissions) to finish its work. Could somebody help to find the exact problem and how to solve it?
]]>Hi,
I use <pre></pre>
tag for code on my website.
But the plugin doesn’t export code properly with indentations which is very important.
Same with .
How can I fix this ?
Thanks.
]]>I am getting an error when I try to import. I just get a red bar across the top of the screen that says “Import Failed”. I don’t see any more details besides that.
I can see if I check ‘top’ while trying to run the import that the CPU usage is at 99% for a minute or two and then I just get this error. I tried running it a couple of times. I also tried re-running the export.
Nothing works and I can’t seem to find any way to trouble shoot this either.
Do you have any advice?
Thanks.
]]>I’m seeing this error when importing from the latest version of the plugin into the latest version of ghost (0.6.4).
Anyone know how to solve this one? I checked the data and all of the posts have a created_at that looks like it was created using date(‘r’)
]]>exporting to JSON and converting from HTML to MD there’s an error regarding the << character where everything after it gets stripped (until closing pre tag). E.g.:
<pre>touch ~/.profile
cat >> ~/.profile <<EOF
export PATH="$(brew --prefix homebrew/php/php56)/bin:$PATH"
EOF
</pre>
becomes:
touch ~/.profile cat >> ~/.profile
this is I believe a different issue than not having a a code tag nested inside of a pre tag.
]]>I just installed 0.5.5 of ghost export but when I click ‘export’ I just get a blank page.
I have tried on WP version 4.0 and 4.1 to the same result. debugging is enabled and all other plugins on my site are disabled. Only ghost is enabled.
I have 50~ posts over 4 years, 2 pages, and 0 drafts.
The resulting URL looks like this:
/wp-admin/tools.php?ghostexport=true&submit=Download+Ghost+File
and there is no debugging message available.
Tried in Safari and Firefox
ghost has not support category yet. can the category exported as tags?
]]>Can post excerpts (if defined) be exported as post meta_description?
]]>I have some codes in my blog, surrounded by ‘pre’ tag. But ghost exported them by removing the pre tag and omit the new line in the codes.
What can I do to avoid this?
for example, my blog content is:
<pre style=”color: #000020; background: #f6f8ff;”><span style=”color: #200080; font-weight: bold;”>Sub</span> Demo5<span style=”color: #308080;”>(</span><span style=”color: #308080;”>)</span>
<span style=”color: #200080; font-weight: bold;”>Dim</span> i <span style=”color: #200080; font-weight: bold;”>As</span> <span style=”color: #200080; font-weight: bold;”>Long</span>
<span style=”color: #200080; font-weight: bold;”>On</span> <span style=”color: #200080; font-weight: bold;”>Error</span> <span style=”color: #200080; font-weight: bold;”>Resume</span> <span style=”color: #200080; font-weight: bold;”>Next</span>
i <span style=”color: #308080;”>=</span> <span style=”color: #008c00;”>1</span> <span style=”color: #308080;”>/</span> <span style=”color: #008c00;”>0</span> <span style=”color: #595979;”>’ err occurs</span>
<span style=”color: #200080; font-weight: bold;”>MsgBox</span> <span style=”color: #1060b6;”>”Here: Err.Number > 0 but isErrorHanderActive = False”</span>
<span style=”color: #200080; font-weight: bold;”>On</span> <span style=”color: #200080; font-weight: bold;”>Error</span> <span style=”color: #200080; font-weight: bold;”>GoTo</span> err_handler<span style=”color: #308080;”>:</span>
i <span style=”color: #308080;”>=</span> <span style=”color: #008c00;”>1</span> <span style=”color: #308080;”>/</span> <span style=”color: #008c00;”>0</span> <span style=”color: #595979;”>’ err occurs, set isErrorHanderActive = True</span>
<span style=”color: #e34adc;”>err_handler</span><span style=”color: #308080;”>:</span>
<span style=”color: #200080; font-weight: bold;”>On</span> <span style=”color: #200080; font-weight: bold;”>Error</span> <span style=”color: #200080; font-weight: bold;”>Resume</span> <span style=”color: #200080; font-weight: bold;”>Next</span> <span style=”color: #595979;”>’ this will clear err</span>
<span style=”color: #200080; font-weight: bold;”>MsgBox</span> <span style=”color: #1060b6;”>”Here: Err.Number = 0 but isErrorHanderActive = True”</span>
<span style=”color: #200080; font-weight: bold;”>End</span> <span style=”color: #200080; font-weight: bold;”>Sub</span>
But the exported markdown source is:
<span style=”color: #200080; font-weight: bold;”>Sub</span> Demo1<span style=”color: #308080;”>(</span><span style=”color: #308080;”>)</span><span style=”color: #200080; font-weight: bold;”>On</span><span style=”color: #200080; font-weight: bold;”>Error</span><span style=”color: #200080; font-weight: bold;”>Resume</span><span style=”color: #200080; font-weight: bold;”>Next</span><span style=”color: #200080; font-weight: bold;”>Call</span> doing_thing1 <span style=”color: #200080; font-weight: bold;”>If</span><span style=”color: #200080; font-weight: bold;”>Err</span><span style=”color: #008c00;”>.</span>Number <span style=”color: #308080;”>></span><span style=”color: #008c00;”>0</span><span style=”color: #200080; font-weight: bold;”>Then</span><span style=”color: #200080; font-weight: bold;”>Call</span> err_handler1 <span style=”color: #595979;”>’ err handler deals with err in doing_thing2</span><span style=”color: #200080; font-weight: bold;”>Err</span><span style=”color: #008c00;”>.</span><span style=”color: #200080; font-weight: bold;”>Clear</span><span style=”color: #200080; font-weight: bold;”>End</span><span style=”color: #200080; font-weight: bold;”>If</span><span style=”color: #200080; font-weight: bold;”>Call</span> doing_thing2 <span style=”color: #200080; font-weight: bold;”>If</span><span style=”color: #200080; font-weight: bold;”>Err</span><span style=”color: #008c00;”>.</span>Number <span style=”color: #308080;”>></span><span style=”color: #008c00;”>0</span><span style=”color: #200080; font-weight: bold;”>Then</span><span style=”color: #200080; font-weight: bold;”>Call</span> err_handler2 <span style=”color: #595979;”>’ err handler deals with err in doing_thing2</span><span style=”color: #200080; font-weight: bold;”>Err</span><span style=”color: #008c00;”>.</span><span style=”color: #200080; font-weight: bold;”>Clear</span><span style=”color: #200080; font-weight: bold;”>End</span><span style=”color: #200080; font-weight: bold;”>If</span><span style=”color: #200080; font-weight: bold;”>On</span><span style=”color: #200080; font-weight: bold;”>Error</span><span style=”color: #200080; font-weight: bold;”>GoTo</span><span style=”color: #008c00;”>0</span><span style=”color: #200080; font-weight: bold;”>Call</span> doing_next_thing <span style=”color: #200080; font-weight: bold;”>End</span><span style=”color: #200080; font-weight: bold;”>Sub</span>
Everything are messed up.
Please help.
]]>This is a test topic to see whether I get emails. Will be closed / deleted.
]]>I’ve been trying to run the export but I keep getting a WSOD.. I went through my error logs and see this error:
[Sun Nov 30 04:02:16 2014] [error] [client 72.14.176.225] PHP Fatal error: Class ‘DOMDocument’ not found in /var/www/html/[domain name]/wp-content/plugins/ghost/lib/html-to-markdown/HTML-To-Markdown.php on line 79, referer: https://[my domain].com/wp-admin/tools.php?page=ghost
Would you be able to offer any insights into how to get this working?
Tony
]]>Hello,
I try to export all my posts with this plugin, but it failed.
The error message is
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 10373873 bytes) in wp/wp-content/plugins/ghost/class-ghost.php on line 395
Seems that the memory required is not enough. Is there any way to limiting the exports such as from year 2003 ~ 2008?
]]>Does this plugin work with WP 3.9? I’ve installed, I believe that my permissions are correct, and am getting an empty file.
Thanks, Len
]]>HI.
From 3.8.1 with Ghost Plugin 0.4.3 export
Download wp2ghost_export_13XXXXXXX.json file size about 2.2Mb
Go to fresh instalation of Ghost 0.4.1
myblog.com/ghost/debug/
Import file and click on IMPORT button.
After 30 seconds…
https://dropbox.tamainut.net/owncloud/public.php?service=files&t=ea7b4ab3f57034dde248d74bd97af2e9
unknow error
Apreciate help
]]>The current version of the exporter (0.3.0) has an issue with post slugs in cyrillic alphabet. For example a WP blog post at https://wp.somewhere.com/пантеон will become https://ghost.somewhere.com/d0bfd0b0d0bdd182d0b5d0bed0bd after the import into Ghost.
]]>This plugin works fine but url for embeded images are still the old ones. If someone with lots of blog posts having many images, will he have to change the images path manually in each post?
]]>Installed and activated without problem, but the export is 0 bytes with 8 years of blog posts
]]>Lots of errors trying to export WordPress 3.8 blog contents using Ghost plugin. No JSON file generated. Get the following and then XML contents of blog.
Notice: Undefined index: future in /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php on line 355
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php:355) in /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php on line 382
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php:355) in /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php on line 383
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php:355) in /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php on line 384
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php:355) in /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php on line 385
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php:355) in /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php on line 386
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php:355) in /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php on line 387
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php:355) in /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php on line 388
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php:355) in /nfs/c06/h02/mnt/174842/domains/islandinthenet.com/html/wp-content/plugins/ghost/class-ghost.php on line 389
]]>
Error importing data: SQLITE_CONSTRAINT: column slug is not unique
Can provide json if needed.
]]>Trying to export, but hitting “Download Ghost file” instantly gives me a blank page with this text:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /storage/content/98/166998/mydomain/public_html/wp-includes/post.php on line 5514
Any idea?
]]>