News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Problem with conversion from E-Blah

Started by Rickardo, August 10, 2014, 09:07:26 AM

Previous topic - Next topic

Rickardo

Hi all,

I'm receiving the following error at the first stage of conversion: 'Converting membergroups...The database value you're trying to insert does not exist: temp_members'.

Can anyone help?

Thanks!

Rick


Rickardo

Please, can someone help!?

My current host has refused to re-enable scripts for the current E-Blah forum, therefore I cannot get it online until I convert away from E-Blah.

Illori

we are all volunteers, we are not here 24/7 to answer every request as they come in. you will have to be patient or look to pay someone for this request if you want it solved faster.

Oldiesmann

Try this and see if it fixes your problem.

eblah_to_smf.php

Find
foreach ($knownGroups as $i => $v)
$knownGroups[$i] = array($i, substr('$v[group_name]', 0, 80), substr(@$v['online_color'], 0, 20), 0, '', @$v['temp_members']);


Replace
foreach ($knownGroups as $i => $v)
{
if (!isset($v['temp_members']))
$v['temp_members'] = '';

$knownGroups[$i] = array($i, substr('$v[group_name]', 0, 80), substr(@$v['online_color'], 0, 20), 0, '', @$v['temp_members']);
}
Michael Eshom
Christian Metal Fans

Rickardo

Hey Oldiesmann,

Thanks for your reply but unfortunately that didn't work.

I received the same error message as before..... 

paulf

I came across the same problem.  It is due to your eblah forum having customer ranks.

Edit prefs/ranks.txt to remove all ranks other than Administrator or Moderator

Advertisement: