Code: Select all
SQL ERROR [ mysqli ]
Table 'diabeteskatten.bbcode' doesn't exist [1146]
SQL
SELECT bbcodetag,bbcodereplacement,bbcodeexplanation,twoparams FROM bbcode
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/install/convertors/functions_vb3.php
LINE: 484
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/install/install_convert.php(1028) : eval()'d code
LINE: 7
CALL: vb_add_bbcodes()
FILE: [ROOT]/install/install_convert.php
LINE: 1028
CALL: eval()
FILE: [ROOT]/install/install_convert.php
LINE: 214
CALL: install_convert->convert_data()
FILE: [ROOT]/install/index.php
LINE: 409
CALL: install_convert->main()
FILE: [ROOT]/install/index.php
LINE: 289
CALL: module->load()
Code: Select all
$config['SpecialUsers']['superadministrators']
Thanks.FredQ wrote:Hi!
Thank you for your detailed reporting, that will help me improve the converter.
I think I know why all the pictures are not converted, and I should be able to fix it.
I will fix the bbcode bug.
Thanks. I have very few users with signature pictures, so I might just remove the pictures.FredQ wrote: About the language settings, yes you should install your default language before converting. My board is in English so I haven't had the problem, but I'll have a look if it can pick up the default language.
The signature picture extension is there: https://github.com/gouarfig/phpbb-easy- ... re-picture but it's only displaying the signature pictures for now, you can't upload them yet (I'll be working on it for my board)
the $config['SpecialUsers']['superadministrators'] entry has two users ids in it, the ids of the founders of the vBulletin forum, so that looks ok. Although these users did not get created as founder (usertype==3) in phpBB. I haven't logged in with those ids, because those are not my accounts and I don't have their passwords. So maybe the are marked as superadmin in another way?FredQ wrote: About the founder issue, I wonder if vBulletin have changed the way it's managed in 3.8: can you have a look in the file "includes/config.php" and see if there's a config value like:
which should contain (at least) the id of your user.Code: Select all
$config['SpecialUsers']['superadministrators']
Also can you tell me if your default group is named "Administrators" or a translation of it in your language?
That is where the issue come from. I thought clever to map the vb defaults groups to the phpBB default groups, but I didn't think the default groups would also be translated. Silly me. Now I can either build all the new groups to phpBB (which will end up with all the default groups in double) or I can make a config file in which you will type the name of your default groups.opperpanter wrote: It looks like the admin group in vBulletin is called "Beheerders", which is indeed a localized translation os "Administrators".
Unless it's possible to detect the group names from the converter scripts, a config file sounds OK.FredQ wrote:That is where the issue come from. I thought clever to map the vb defaults groups to the phpBB default groups, but I didn't think the default groups would also be translated. Silly me. Now I can either build all the new groups to phpBB (which will end up with all the default groups in double) or I can make a config file in which you will type the name of your default groups.opperpanter wrote: It looks like the admin group in vBulletin is called "Beheerders", which is indeed a localized translation os "Administrators".
Let's try the second option first?
It would be possible somehow, but I need to get all the possible translations of the default groups... I'm not doing thatopperpanter wrote: Unless it's possible to detect the group names from the converter scripts, a config file sounds OK.
I guess the UI of the converter is pretty much fixed, so it will be too much work to ask some extra questions to get the group names and/or map them to the phpbb groups.
To be honest though, for me the user groups aren't too important. I have maybe 5 users I have to assign to some groups, that's it.
The picture thing is more important
Wow! that's a weird one. Can you go in the vBulletin database and check how they look like inside?opperpanter wrote:Just noticed something else.
External urls in user posts (and signatures) are converted to something incorrect.