The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
|||
|
|||
This is awsome. Been wanting to move my phpBB attachments. Now I finally can. Will surely give this a try.
Thanks for sharing. *install* |
#3
|
|||
|
|||
In the patch file included here I neglected to add one required line
which is required in order to create a temporary column in the attachment table during the upgrade process. In impex/systems/phpBB2/001.php, around line 89, and AFTER you use the patch file, find this: Code:
'13' => array('post' => 'importpostid') Code:
'13' => array('post' => 'importpostid'), '14' => array('attachment' => 'importattachmentid') named 'importattachmentid' to the attachment table. |
#4
|
|||
|
|||
Can you clarify on what you mean by adding a BIGINT column to the attachment table? I have a phpBB import already underway and successful. I've patched my impex with both sets of changes but the attachment option does not show up in ImpEx.
Thanks in advance. -Pat |
#5
|
||||
|
||||
I'll forward this over to Jerry to confirm this is allowed Also he may have some use for it.
|
#6
|
|||
|
|||
Cool. To recap - I've already done an import of my users/messages and that worked OK. I ran patch, and replaced the missing line. When I fire up ImpEx from the ACP, no option shows up to import phpBB attachments. I'm wondering if I have to bump a file to tell it to restart the import.. or whether I need to extend the SQL schema with a new column as indicated above.
Your help is appreciated. Have a nice weekend. -Pat |
#7
|
|||
|
|||
Hello,
Ive currently installed a fresh vB3 and imported all my data from my old phpbb forums. My problems is now to import the attachments as its the only thing left for me to do. Ive downloaded the "Attachment Fix" script but im a little miffed on where or what todo with this. Could somebody point me in the right direction as i would dearly like to import all my attachments and everything upto now has gone really well. From a Board already up with only attachments waiting todo, what will i have todo in order to execute this script and import my phpbb attachments. Any help greatly appreciated folks, ill be eyes open Thx. |
#8
|
|||
|
|||
i'll help ya out...where are you stuck? After you did the mod there should be a module that says Import Attachments in ImpEx UNLESS you added this mod AFTER you started the inital import.
|
#9
|
|||
|
|||
Thx Audigy mate,
Well im not sure ive added the module, above in instructions it says To use the patch file put it one level above the "impex" directory, then run: patch -p1 -d impex < phpBB2_attachments_import.patch Ive placed that file in the correct location but then what ? its say run the patch -p1 -d impex < phpBB2_attachments_import.patch but im presuming this is from sever side ? as im not sure on how to execute this script at all. Many thx aud, appreciate your reply/time. Cecil |
#10
|
|||
|
|||
As someone mentioned, the module will not show up if you only
added it after starting an import session, due to the datastore ImpExSession (or whatever it's called,I forget) storing a serialized version of the current import state (one would hope that sometime in the future it would actually store errors as well, kind of useless right now). Regardless, the attachment import requires that the posts import module adds another field to the table, so even if it did show you'd need to import everything all over again. As to how to use this: since I did not want to give step by step instructions on how to patch the ImpEx files, I included a patch file. If you do not have command line access to the machine your vB3 is running on, you'll have to unpack impex locally, patch it, then transfer things over to the server. If using Windows, grab the patch utility here: http://prdownloads.sourceforge.net/g...n.exe?download Or simply install Cygwin. Hope this helps. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|