MyBB Community Forums

Full Version: Vbulletin Attachments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm moving a Vbulletin site to MyBB. I've run into a problem with moving the attachments. They are stored using the file system in vbulletin (not in the database). Mybb seemed to get all the data about the attachments (size, # of downloads), but didn't actually copy them over. Any suggestions?
Are you sure the MyBB ./uploads/ folder was CHMOD to 777?? Don't know if it would throw an error if it wasn't writeable.
Actually, I was wrong it did move something into the uploads folder (I had permissions set to 777).

Example

[attachment=17707]
I'm trying it again on my local computer (taking a long time). If that doesn't work I might put all the vbulletin attachments back in the database and do it that way.
(2010-03-24, 04:50 PM)mattlp Wrote: [ -> ]They are stored using the file system in vbulletin (not in the database). M
That will not work. They have to be in the Database for the conversion.