Bunstonious

  • Espada
  • Posts: 204
MyBB Import
« on January 30th, 2014, 11:42 AM »
Not sure if this is the right place to post this but i get a deprecated command message when I try to import from MyBB 1.6.



I have tried adding php variables that ignore deprecation warnings but still same thing.
Quote from Random Guy
Not putting miles on your Ferrari is like not having sex with your Girlfriend so she'll be more desirable to her next Boyfriend

MultiformeIngegno

  • Posts: 1,337
Re: MyBB Import
« Reply #1, on January 30th, 2014, 12:37 PM »
Redownload the importer from github. It was updated yesterday. Next time read at least the previous page though

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: MyBB Import
« Reply #2, on January 30th, 2014, 07:47 PM »
Quote from Bunstonious on January 30th, 2014, 11:42 AM
Not sure if this is the right place to post this but i get a deprecated command message when I try to import from MyBB 1.6.
Like Lorenzo said. Update your files.
Generally speaking, if you ever have any bug in anything related to Wedge, make sure you have the latest version of everything installed. I can't possibly ask everyone of you whether you're up to date...

Also, would like for you to keep me posted on whether MyBB 1.6 is properly imported...

(And as a reminder: Wedge is in alpha; please do not use it in production until it gets stable.)

Bunstonious

  • Espada
  • Posts: 204
Re: MyBB Import
« Reply #3, on January 30th, 2014, 10:12 PM »
Sorry guys,

Thought  was up to date but clearly I am on something. :P

Worked ok, although not sure if how you are going with the importer but it does wipe any post / user that w's created before the import (on the wedge side).

And don't worry, been waiting patiently for 3 years for wedge, and have seen all of the "Its only alpha" posts. My forum is only a small personal forum with a few friends to co-ordinate with my Minecraft server (although feel free to sign up ;) ) :P
Quote from Nao on January 30th, 2014, 07:47 PM
Quote from Bunstonious on January 30th, 2014, 11:42 AM
Not sure if this is the right place to post this but i get a deprecated command message when I try to import from MyBB 1.6.
Like Lorenzo said. Update your files.
Generally speaking, if you ever have any bug in anything related to Wedge, make sure you have the latest version of everything installed. I can't possibly ask everyone of you whether you're up to date...

Also, would like for you to keep me posted on whether MyBB 1.6 is properly imported...

(And as a reminder: Wedge is in alpha; please do not use it in production until it gets stable.)
Re: MyBB Import
« Reply #4, on January 30th, 2014, 10:26 PM »Last edited on January 30th, 2014, 11:01 PM
Oh, I forgot to mention the single poll I had (whether to migrate fully to Wedge, lol) failed for some reason.

Only the options (sorry I closed the error before I screencapped)

Edit 1: I might run up a test site and replicate.


Re: MyBB Import
« Reply #5, on January 31st, 2014, 03:55 AM »Last edited on February 2nd, 2014, 09:35 AM by TE
I redid the tests, these are the errors I got:





Fixed the first one by deleting the poll choices, other one not sure what's wrong but I think it times out after that.

Also, the boards all import but sub boards are just dumped in the main section and you can't see them in the list of "boards" available to move them.

Edit1: I also noticed that users don't get added to the "post count" positions.

Pandos

  • Living on the edge of Wedge
  • Posts: 635
Re: MyBB Import
« Reply #6, on January 31st, 2014, 10:29 AM »
Quote from Bunstonious on January 31st, 2014, 03:55 AM


Fixed the first one by deleting the poll choices, other one not sure what's wrong but I think it times out after that.

Also, the boards all import but sub boards are just dumped in the main section and you can't see them in the list of "boards" available to move them.

Edit1: I also noticed that users don't get added to the "post count" positions.
As far as I can see there are two things that went wrong:
1. id_attach is autoincrement. So there are duplicate entries for different attachments?
2. Column count doesn't match means that there are 5 columns in wedge table, but e.g. your last line refers only two columns.
# dpkg-reconfigure brain
error: brain is not installed or configured

Bunstonious

  • Espada
  • Posts: 204
Re: MyBB Import
« Reply #7, on January 31st, 2014, 11:20 AM »
Quote from Pandos on January 31st, 2014, 10:29 AM
Quote from Bunstonious on January 31st, 2014, 03:55 AM


Fixed the first one by deleting the poll choices, other one not sure what's wrong but I think it times out after that.

Also, the boards all import but sub boards are just dumped in the main section and you can't see them in the list of "boards" available to move them.

Edit1: I also noticed that users don't get added to the "post count" positions.
As far as I can see there are two things that went wrong:
1. id_attach is autoincrement. So there are duplicate entries for different attachments?
2. Column count doesn't match means that there are 5 columns in wedge table, but e.g. your last line refers only two columns.
Probably, data wasn't important.

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: MyBB Import
« Reply #8, on January 31st, 2014, 02:45 PM »
Pandos, I'm asking for the result of that query... not for the query itself... I'm not a SQL champ but I can still write those without help... I hope :lol:

Bun', I'm thinking this might be a problem with the mybb import script because the SMF version is working fine for everyone Herr...

At worst, you could always convert to SMF 2 and then use the converted again for Wedge...?

Bunstonious

  • Espada
  • Posts: 204
Re: MyBB Import
« Reply #9, on January 31st, 2014, 02:57 PM »
Quote from Nao on January 31st, 2014, 02:45 PM
Pandos, I'm asking for the result of that query... not for the query itself... I'm not a SQL champ but I can still write those without help... I hope :lol:

Bun', I'm thinking this might be a problem with the mybb import script because the SMF version is working fine for everyone Herr...

At worst, you could always convert to SMF 2 and then use the converted again for Wedge...?
Nah it's all good, I managed to get it working by removing the offending data (and then readding it manually), but it might be an idea to note it down for future revisions so larger sites don't have as many issues.

Mine is a small site that has like 10 users :P
Re: MyBB Import
« Reply #10, on February 1st, 2014, 12:33 PM »
Quote from Nao on January 31st, 2014, 04:15 PM
@Bun, well the good thing about this importer is that it's relatively forgiving with DB errors, but still, that's something to fix...
Yeah its just some feedback so some myBB extraordinaire can fix one day.

TE

  • Posts: 286
Re: MyBB Import
« Reply #11, on February 2nd, 2014, 09:48 AM »
checked the URL from your screenshots, the board seems imported?
Thorsten "TE" Eurich - Former SMF Developer & Converters Guru

Bunstonious

  • Espada
  • Posts: 204
Re: MyBB Import
« Reply #12, on February 2nd, 2014, 10:00 AM »
Quote from TE on February 2nd, 2014, 09:48 AM
checked the URL from your screenshots, the board seems imported?
I removed the offending data and the board imported ok.

Just reported my experience.

Norodo

  • Oh you Baidu, so randumb. (60 sites being indexed at once? Jeez)
  • Posts: 469
Re: MyBB Import
« Reply #13, on February 2nd, 2014, 02:54 PM »
Ooooooh. There's a MyBB importer? Now I'm even more interested in getting Wedge to work.

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: MyBB Import
« Reply #14, on February 2nd, 2014, 11:22 PM »
I still don't get why you didn't vote when the original 5.2 vs 5.3 poll took place... :^^;:

And you know, you've had access to the importer for a long time, and it already had the MyBB script in it..? ;)
Posted: February 2nd, 2014, 11:01 PM

(And yes, I still haven't been to your website to check out what's wrong and try to fix it... Sorry! A bit overwhelmed, these days...)