# Ning import script

**URL:** https://meta.discourse.org/t/ning-import-script/24358
**Category:** Feature
**Tags:** feedback
**Created:** [23 Gennaio 2015, 5:29pm UTC](https://meta.discourse.org/t/ning-import-script/24358 "2015-01-23T17:29:28Z")
**Posts on this page:** 1
**Showing post:** 55

<div class="post-metadata">

### Author: ![alehandrof](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alehandrof/32/119526_2.png) [@alehandrof](https://meta.discourse.org/u/alehandrof)
#### Post date: [27 Luglio 2016, 9:10am UTC](https://meta.discourse.org/t/ning-import-script/24358/55 "2016-07-27T09:10:50Z")

</div>

My current understanding is that the files were imported into Discourse, but went missing somewhere along the way.

I had asked about extensions [way back when](https://meta.discourse.org/t/ning-import-script/24358/31) and had included all the ones I needed:

```plaintext
EXTRA_AUTHORIZED_EXTENSIONS = ["bin", "bmp", "doc", "docx", "gif", "htm", "ico", "jpeg", "jpg", "json", "pdf", "png", "ppsx", "ppt", "pptx", "txt", "xls", "xlsx", "zip"]

```

It’s not just spreadsheets. I just checked more thoroughly and every file except for images seems to be missing. 🤕

For good measure, I ran `rake posts:rebake` as that helped with some [images woes I had in the past](https://meta.discourse.org/t/broken-images-in-production-after-importing-backup/41200/). But no joy.

The files are included in `/var/www/discourse/public/uploads/default/original/1X`.

I was able to cross-reference a topic in Discourse with Ning.

This code:

```plaintext
<li>
<a>AMICAL 2014 Members Council Meeting - Minutes</a>&nbsp;(14 May 2014)</li>

```

Should be linking to a file called:

- Ning: `AMICAL2014MembersCouncilMinutes_distmembers.pdf`
- Discourse: `0baa9dd232fe29c1b7cb53376b0d2feda905e091.pdf`

Does this help me at all?

---

_[View the full topic](https://meta.discourse.org/t/ning-import-script/24358)._
