Installed the 2.0aOops! We ran into some problems.
www.wickedstangs.com
All my images are missing.. How to import them from 1.0?
www.wickedstangs.com
All my images are missing.. How to import them from 1.0?
Last edited:
Route Filter? Don't remember putting one. How do I delete it?Do you still have a route filter setup under Route filters? If you delete that, does the issue go away?
While file where they in xenforo 1.0?I'm sure they've not gone anywhere.
You may need to review the permissions on the categories. The category permission system has improved in XFMG 2.x and although the permissions should (and usually do) come across normally, there may be cases where they don't, but usually adjusting the permissions should sort it.
I did do an uninstall due to it add-on where no longer used in Xenforo 2.0I'm not sure why you are asking where the files are. They should all be in the correct location which is the same place they were in on XF1. There should be no need to worry about where the files are, or were, or importing them from XF1. The upgrade ensures the media items are as they were before the upgrade.
Did you uninstall XFMG at any point? Did you do a clean install of XFMG rather than upgrading?
can I reinstall xmg 1.0 or am I screwed...By doing that, you have removed all of the media. If you intended that you might use the add-on again in the future then you should have left it installed, or at least disabled.
uninstalled after the upgrade to XF2.0Did you uninstall the add-on after you upgraded to XF 2.0 or before?
I normally do them in pairs and the last Xenforo update I have is 1.5.17Ok, then you may be in luck...
Can you remember exactly which version you were running before you uninstalled it? Note, it's important to be specific here, including whether it was a very old version (Xen Media Gallery / XMG) or a more recent version (XenForo Media Gallery / XFMG).
INSERT INTO xf_addon
(addon_id, title, version_string, version_id, active, is_legacy)
VALUES
('XenGallery', 'XenForo Media Gallery', '1.1.16', 901011670, 0, 1)
Good tactic. Based on that, you were probably running XFMG 1.1.16. They were released on the same date.
https://xenforo.com/community/threads/xenforo-1-5-17-released.142123/
https://xenforo.com/community/threads/xenforo-media-gallery-1-1-16-released.142138/
Follow these exact steps:
- Uninstall XFMG 2.0.x but leave the files on the server (so do not remove the src/addons/XFMG folder from the server).
- Run the following query:
SQL:INSERT INTO xf_addon (addon_id, title, version_string, version_id, active, is_legacy) VALUES ('XenGallery', 'XenForo Media Gallery', '1.1.16', 901011670, 0, 1)Because you uninstalled after the upgrade to 2.0, no data would have been removed, so all of the files should still be on the file system and all of the tables should still be in the database.
- If that query is successful, go to Admin CP > Add-ons
- If all goes well, you should now see XenForo Media Gallery 2.0 in the add-on list as "Upgradeable"
- Upgrade
After the upgrade is finished, it should be as if nothing went wrong... hopefully...
Good luck!

We use essential cookies to make this site work, and optional cookies to enhance your experience.