vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - ImpEx Module: Xenforo (https://vborg.vbsupport.ru/showthread.php?t=283111)

fabiocesar 09-13-2013 01:22 PM

an update with support xenforo 1.2?

Booth 10-18-2013 07:30 AM

Does this work with Xenforo 1.2?

Booth 10-21-2013 11:17 AM

This actually worked better than the IPB importer. Didn't bring in private messages though!

CILGINKRAL_ 08-27-2014 11:48 AM

Code:

ImpEx Database error

mysql error: Invalid SQL: CREATE TABLE impexerror (
                        errorid bigint(20) unsigned NOT NULL auto_increment,
                        errortype varchar(10) NOT NULL default '',
                        classnumber varchar(3) NOT NULL default '',
                        importid bigint(20) NOT NULL default 0,
                        error varchar(250) default 'NULL',
                        remedy varchar(250) default 'NULL',
                        PRIMARY KEY (errorid)
                    ) TYPE=MyISAM

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 'TYPE=MyISAM' at line 9

mysql error number: 1064

Date: Wednesday 27th 2014f August 2014 12:40:09 PM
Database: data_vbtest
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 'TYPE=MyISAM' at line 9

I'm getting this error. :(

ozzy47 08-27-2014 02:47 PM

Edit the XML and change, TYPE=MyISAM; to ENGINE=MyISAM;

CILGINKRAL_ 08-27-2014 07:11 PM

Which file xml?

ok
impex/index.php ;)

Thanks ozzy47

z3r0 08-28-2014 12:08 PM

I can't see this mentioned above so I think it's best to post - I used this a few days ago and it allowed people to log in with a blank password after the conversion, to address this I used pwdreset.php from this page to reset and email new passwords to all users.

New Joe 08-28-2014 12:30 PM

Quote:

Originally Posted by z3r0 (Post 2512970)
I can't see this mentioned above so I think it's best to post - I used this a few days ago and it allowed people to log in with a blank password after the conversion, to address this I used pwdreset.php from this page to reset and email new passwords to all users.

Kind of a security issue really, for Admin accounts too.
I would suggest reporting this with the report button.

denpietrau 09-10-2014 09:23 AM

Quote:

Originally Posted by TFGoRP (Post 2331199)
I entered the path to the /data/attachments folder, attachments worked fine though.

However when I ran attachments it looked for filenames like "blah.jpg" but xenforo stores all its attachments as 466545646546545664 and other random numbers while the actual file names are in the database under the xf_attachment_data table.

Is there anything that could be done for attachments?

Hi TFGoRP!

1. Copy Folder Attachments (internal_data/attachments from xenforo) to Vbulletin.
2. Path: /home1/myaccount/public_html/forum/internal_data/attachments

Phillip 02-28-2015 03:57 PM

Alright, I know this is for 4.1, but will it still work with 3.8 I get as far as the thread import and it ends up being...

Quote:

ImpEx cannot continue and has halted due to missing needed fields in the source database :

xf_poll.multiple

Repair the source database and restart the import.
What do I need to do with this?

Zachery 02-28-2015 05:25 PM

I'm guessing the xfschema has changed recently.

Phillip 02-28-2015 05:29 PM

Quote:

Originally Posted by Zachery (Post 2539074)
I'm guessing the xfschema has changed recently.

Yeah, I had to add the a multiple field in the xf_poll table, but still getting to the attachments of it messes up as well after fixing the error in that part.

Jinze 05-25-2015 03:35 PM

Hello, how to do a 301 redirect from old xenforo URL to Vbulletin 4 URL please ?

Thank you

zapiy 08-11-2015 04:14 PM

Quote:

Originally Posted by GhostX (Post 2539071)
Alright, I know this is for 4.1, but will it still work with 3.8 I get as far as the thread import and it ends up being...



What do I need to do with this?

How did you fix this fella.

I am stuck on this part now.

BirdOPrey5 08-11-2015 05:19 PM

Try manually adding the multiple field to the database as explained in post #92.

zapiy 08-13-2015 10:58 AM

How do I do that?

BirdOPrey5 08-14-2015 08:41 AM

If you use a tool like phpmyadmin to access the database you browse to the xf_poll table, and then add the field using the on screen controls. The field name is multiple. I would guess it's a tinyint field but that should really matter as long as it exists.

But I would add a tinyint field with a default value of 0 (zero.)

That should get through this one issue, but there will likely be more.

e24h 08-14-2015 08:52 AM

I'm guessing the xfschema has changed recently.

Zachery 08-14-2015 09:56 AM

There are a few changes that need to be fixed, I've got them sitting on my harddrive, its not a 100% solution, but without andreas' permission, I cannot release it :(

zapiy 08-16-2015 06:00 AM

Ok thanks all, i managed to get it all imported but there are many issues since the import..

Most i am hoping you can all help with..

PM's appear to all be defaulted like this

https://vborg.vbsupport.ru/external/2015/08/10.jpg

Is there a quick way to default everyone back?

BirdOPrey5 08-16-2015 07:55 AM

To be honest, considering how different XF PCs are from VB PMs, do you really need them? I would considerer erasing them all.

zapiy 08-17-2015 06:38 AM

How can i do that? Is there an easy way

BirdOPrey5 08-17-2015 12:27 PM

Safest way is to use something like this- https://vborg.vbsupport.ru/showthread.php?t=234466

steviewonder44 01-07-2016 04:24 PM

this still works with vbimpex from the git

sternenfee 07-11-2016 06:08 AM

Hello,
thank you for this importer - it`s exactly what i looking for... Works good - but while importing forums ther was a error message:
ImpEx Database error

mysql error: Invalid SQL:
UPDATE forum
SET parentid = 30
WHERE forumid = 438


mysql error: Table 'd016aa4d.forum' doesn't exist

mysql error number: 1146

Date: Monday 11th 2016f July 2016 10:03:48 AM
Database: d016aa4d
MySQL error:

Can you help me please?

msibm 10-26-2016 04:59 PM

Can it work for xf 1.4? Thanks!

Brad Padgett 02-27-2017 11:18 AM

Does this still work? Let me know as I am very interested. Thanks.

ahmed85 09-05-2020 03:03 PM

Can I use this mod to convert XF2 to VB5 ?

Greek76 10-07-2020 09:08 PM

How do you use this? I downloaded it and uploaded to my forum directory but now what? I have no clue lol. Help?

bo7abeba 09-12-2023 02:24 PM

What is the broad composition that was not mentioned in the participation?

Where do I put the files?


All times are GMT. The time now is 04:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01336 seconds
  • Memory Usage 1,780KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete