mchung / heroku-buildpack-wordpress

Heroku buildpack: Wordpress on Heroku
mchung.github.com/heroku-buildpack-wordpress/
388 stars 333 forks source link

Import old wordpress websites #24

Closed jpenamar closed 11 years ago

jpenamar commented 11 years ago

Hi

I tried to import my company blog using the wordpress import plugin. But when I try to do it the following message appears: "The export file could not be found at . It is likely that this was caused by a permissions problem."

What do you think? Any good idea to import another wordpress website?

Thanks in advance

fmsiddiqi commented 11 years ago

I had a similar problem when I imported some posts. I had to turn off the WP Read-Only plugin temporarily while you import the data. The import plugin uploads the data to media before importing it into the database and it doesn't play nicely with wpro trying to upload to Amazon S3. Once it's imported make sure you turn the WPRO plugin back on because any uploaded media to Heroku that's not part of the slug can/will be lost when Heroku runs the code on another dyno.

jpenamar commented 11 years ago

Thank you so much! It works!

2013/5/28 fmsiddiqi notifications@github.com

I had a similar problem when I imported some posts. I had to turn off the WP Read-Only plugin temporarily while you import the data. The import plugin uploads the data to media before importing it into the database and it doesn't play nicely with wpro trying to upload to Amazon S3. Once it's imported make sure you turn the WPRO plugin back on because any uploaded media to Heroku that's not part of the slug can/will be lost when Heroku runs the code on another dyno.

— Reply to this email directly or view it on GitHubhttps://github.com/mchung/heroku-buildpack-wordpress/issues/24#issuecomment-18581498 .

mchung commented 11 years ago

Closing as fixed