PDA

View Full Version : vBulletin Forums Importer


Pages : 1 [2]

Leftis
01-25-2010, 11:07 PM
Hello, I have install this and works fine, the only problem is that the attachment photos wont open, I make a right ckick on the attachments and they are link to
http://www.6speed.eu/dynamics/attachment.php?
when the original photos are on
http://www.6speed.eu/attachment.php?
how can I move the original photos to /dynamics/attachment.php?
Thank you

Brian
01-26-2010, 12:12 PM
If you've imported those attachments to Dynamics then the URL's should point to dynamics/attachment.php. Did you have your attachment folder set in Dynamics before doing the import, and did you receive any error messages during the import?

Our Sponsors
 

angeljs
05-01-2010, 09:47 AM
I'm trying to import my forums and posts to a new install of vBadvanced Dynamics. I've already added the categories to import them to, but when I try the import I receive the following database error:

Database error in vBulletin 4.0.2:

Invalid SQL:

SELECT COUNT(*) AS count
FROM attachment AS attachment LEFT JOIN thread AS thread ON (attachment.postid = thread.firstpostid)

WHERE forumid = 75;

MySQL Error : Unknown column 'attachment.postid' in 'on clause'
Error Number : 1054
Request Date : Saturday, May 1st 2010 @ 01:44:02 PM
Error Date : Saturday, May 1st 2010 @ 01:44:02 PM
Script : http://******.com/forums/admincp/vba_dyna_import_vbposts.php?do=import&page=1&forumids=75&catids=6&forumkey=0&type=attach
Referrer : http://******.com/forums/admincp/vba_dyna_import_vbposts.php?do=import&page=1&forumids=75&catids=6&forumkey=0&type=ratings
IP Address : 90.200.25.164
Username : ******
Classname : vB_Database
MySQL Version : 5.1.45

Any suggestions would be appreciated as I have hundreds of posts to import and dread the thought of re-posting them all manually! :eek:

Brian
05-04-2010, 04:31 PM
If you made it that far then it *should* have imported everything but attachments. The script you're running was created for vB3 though and the way attachments are handled was changed in vB4, so the attachments part definitely isn't going to work until the import script can be updated for vB4.

Our Sponsors
 

angeljs
05-06-2010, 05:52 PM
Oh, I see...thanks for the clarification. :)

Is there going to be one developed for 4?

mastdunya
10-16-2010, 11:39 PM
Installed on vb4 and got this error
Database error in vBulletin 4.0.7:

Invalid SQL:

SELECT COUNT(*) AS count
FROM vb_thread

WHERE open != 10 AND forumid =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
Error Number : 1064
Request Date : Saturday, October 16th 2010 @ 10:34:18 PM
Error Date : Saturday, October 16th 2010 @ 10:34:18 PM
Script : http://mastdunya.com/admincp/vba_dyna_import_vbposts.php?do=import
Referrer : http://mastdunya.com/admincp/vba_dyna_import_vbposts.php?do=submitforums
IP Address : 4*.4*.***.1*
Username : admin
Classname : vB_Database
MySQL Version : 5.1.48-log

and also got this error on same page

Warning: array_keys() [function.array-keys]: The first argument should be an array in [path]/admincp/vba_dyna_import_vbposts.php on line 101

Warning: array_map() [function.array-map]: Argument #2 should be an array in [path]/admincp/vba_dyna_import_vbposts.php on line 101

Warning: implode() [function.implode]: Invalid arguments passed in [path]/admincp/vba_dyna_import_vbposts.php on line 101

Warning: array_values() [function.array-values]: The argument should be an array in [path]/admincp/vba_dyna_import_vbposts.php on line 102

Warning: array_map() [function.array-map]: Argument #2 should be an array in [path]/admincp/vba_dyna_import_vbposts.php on line 102

Warning: implode() [function.implode]: Invalid arguments passed in [path]/admincp/vba_dyna_import_vbposts.php on line 102

mastdunya
10-26-2010, 10:18 PM
Still waiting for help anybody please

Brian
10-27-2010, 01:04 PM
The import script is not compatible with vBulletin 4 at this time.

mastdunya
11-07-2010, 12:49 PM
That mean i just waste money for vBadvanced Dynamics .... please fix this problem thanks

Mokonzi
07-12-2011, 06:43 PM
Is there any update to this yet? Could really do with this to get the most out of vBDynamics.

Mokonzi
07-28-2011, 04:28 AM
Any updates on this? If not, can you point me in the way of what might need updating in it and I'll try working on it myself?

Mokonzi
08-17-2011, 05:15 PM
I've figured a way of bypassing the issue with the attachments for the moment that will allow proper importing of forum threads. The following needs to be done:

On line 157 add /* at the start of the line.
On line 180 add */ at the end of the line.

On line 368 add /* at the start of the line.
On line 462 add */ at the end of the line.

i.s.s.w
09-30-2011, 04:38 PM
you can upgrade for vb 4?