Simple Machines Community Forum

SMF Support => Converting to SMF => Topic started by: SleePy on March 17, 2008, 12:28:51 AM

Title: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 17, 2008, 12:28:51 AM
Software: Joomla
Version: 1.0.x

This is the official support topic for Fireboard converter.  Use this topic to ask for support for this converter.

Changelog
! Fireboard Login Fix didn't account for old style logins
! Expanded the SMF salt to 50 characters for Joomla 1.5 passwords
! Avatars conversion was missing a quote and used incorrect path

Password Support
To be able to login again after you complete the conversion, You will simply need to apply the Fireboard_Login_Fix.tgz modification (attached below) via Package Manager (http://docs.simplemachines.org/index.php?board=49.0).

Joomla 1.5 Users
For the converter script to work you will need to open your configuration.php file and at the very start after the <?php add return then these lines:

$config = new JConfig();
$mosConfig_db = $config->db;
$mosConfig_dbprefix = $config->dbprefix;


convert.php
Use this convert.php (http://www.simplemachines.org/community/index.php?topic=140741.0) with the .sql file attached in this topic.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: forepro on March 18, 2008, 10:51:00 AM

Thanks for this tool.  :)

If I have a smf and I try to convert a Fb to my existing smf, what will happen to those duplicated usernames?  Take mine as an example, will there be something like a forepro (initially in smf) and a forepro2 (from FB)? And I assume the previous posts would be linked to the authors accordingly, right?

Sorry for the dumb question... I am new here.  ;D

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shumisha on March 18, 2008, 01:25:11 PM
Hi there,

Thanks for the converter. Seems to work OK, though I had a couple of glitches, most of them I can live with:
1 - Avatar not transferred, there was a syntax error in eval code on line 1075
2 - Password seems to not be transferred properly. I did not apply your fix BEFORE doing the conversion, so I was unable to login and install it afterwards ! Anyway, I changed idgroup in the DB from 0 to 1, had a new password request emailed and I can log back in.
3 - Problem I can't live with : all single and double quotes are escaped now. My target SMF is using UTF-8 (installed through my host fantastico). Source is ISO8951. Could that be the problem ? should I try install using ISO on the target smf ?

Thanks for any pointer on the latter item!

Regards
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on March 18, 2008, 02:53:58 PM
I am having trouble with this converter.  I keep getting this error "
The error MySQL gave was: No Database Selected" The password I am providing in convert.php is correct
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: JazzMega on March 18, 2008, 08:52:03 PM
Hi all, I have a problem converting fireboard to SMF.

When I use the convert.php file with fireboard_to_smf.sql   it display this error:

Notice: Undefined variable: mosConfig_db in /...................../smf/convert.php(398) : eval()'d code on line 1

Notice: Undefined variable: mosConfig_dbprefix in /........................./smf/convert.php(398) : eval()'d code on line 1
Incorrect database name ''


Can you help me? thanks you very much
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 18, 2008, 09:47:00 PM
Quote from: forepro on March 18, 2008, 10:51:00 AM

Thanks for this tool.  :)

If I have a smf and I try to convert a Fb to my existing smf, what will happen to those duplicated usernames?  Take mine as an example, will there be something like a forepro (initially in smf) and a forepro2 (from FB)? And I assume the previous posts would be linked to the authors accordingly, right?

Sorry for the dumb question... I am new here.  ;D

All previous user data from SMF will be deleted. The converter empties the tables before inserting data into them.

Quote from: shumisha on March 18, 2008, 01:25:11 PM
Hi there,

Thanks for the converter. Seems to work OK, though I had a couple of glitches, most of them I can live with:
1 - Avatar not transferred, there was a syntax error in eval code on line 1075
2 - Password seems to not be transferred properly. I did not apply your fix BEFORE doing the conversion, so I was unable to login and install it afterwards ! Anyway, I changed idgroup in the DB from 0 to 1, had a new password request emailed and I can log back in.
3 - Problem I can't live with : all single and double quotes are escaped now. My target SMF is using UTF-8 (installed through my host fantastico). Source is ISO8951. Could that be the problem ? should I try install using ISO on the target smf ?

Thanks for any pointer on the latter item!

Regards
1. Can you post the full error you are getting?

2. Are you running Joomla 1.0.15? The password fix was based off a 1.0.15 install. Joomla seems to put the password salt (which is longer than the SMF salt) and hashed password in the same field in the database. So the upgrader will alter your SMF members table and make the salt column bigger and then it attempts to split the password and salt appart by the separator. The login fix just makes it so SMF can find this new login method and upgrade it to its style.

3. Is that only on posts or everything (ie user signatures, fields, emails, etc).

Quote from: JazzMega on March 18, 2008, 08:52:03 PM
Hi all, I have a problem converting fireboard to SMF.

When I use the convert.php file with fireboard_to_smf.sql   it display this error:

Notice: Undefined variable: mosConfig_db in /...................../smf/convert.php(398) : eval()'d code on line 1

Notice: Undefined variable: mosConfig_dbprefix in /........................./smf/convert.php(398) : eval()'d code on line 1
Incorrect database name ''


Can you help me? thanks you very much

What version of Joomla are you using?
Did you point it to your root path of your joomla install where your configuration file is?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: JazzMega on March 18, 2008, 09:52:07 PM
the version of joomla is 1.5.1.

yes.

Sorry for my bad english

Thanks you very much!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: forepro on March 18, 2008, 11:02:43 PM
Quote from: SleePy on March 18, 2008, 09:47:00 PM

All previous user data from SMF will be deleted. The converter empties the tables before inserting data into them.

OK I see. Thanks for the clarification.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on March 19, 2008, 12:36:09 AM
Now I get that same error as posted above.
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /xxxxxxxxx/convert.php on line 780

Notice: Undefined variable: mosConfig_db in /xxxxxxx/convert.php(398) : eval()'d code on line 1

Notice: Undefined variable: mosConfig_dbprefix in /xxxxxxxxxx/convert.php(398) : eval()'d code on line 1
No Database Selected


I am using Fireboard 1.0.4and SMF 1.1.4

Thanks again for any help.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 19, 2008, 01:00:19 AM
Quote from: JazzMega on March 18, 2008, 09:52:07 PM
the version of joomla is 1.5.1.

yes.

Sorry for my bad english

Thanks you very much!

I wasn't aware that this worked for Joomla 1.5. This was tested on Joomla 1.0.15..
Does Fireboard work with Joomla 1.5?
I can try to install it but if I remember right I had issues because it needed legacy mode to install fireboard 1.0 on joomla 1.5

Quote from: sheik28 on March 19, 2008, 12:36:09 AM
Now I get that same error as posted above.
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /xxxxxxxxx/convert.php on line 780

Notice: Undefined variable: mosConfig_db in /xxxxxxx/convert.php(398) : eval()'d code on line 1

Notice: Undefined variable: mosConfig_dbprefix in /xxxxxxxxxx/convert.php(398) : eval()'d code on line 1
No Database Selected


I am using Fireboard 1.0.4and SMF 1.1.4

Thanks again for any help.

What version of Joomla are you using?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on March 19, 2008, 01:03:46 AM
Joomla: 1.5.0 sorry I should have posted that.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shumisha on March 19, 2008, 04:06:44 AM
Hi,

Quote1. Can you post the full error you are getting?
Unfortunately, I can't as I will have to redo a conversion. That will happen in the next couple of days, and I will report back

Quote2. Are you running Joomla 1.0.15? The password fix was based off a 1.0.15 install. Joomla seems to put the password salt (which is longer than the SMF salt) and hashed password in the same field in the database. So the upgrader will alter your SMF members table and make the salt column bigger and then it attempts to split the password and salt appart by the separator. The login fix just makes it so SMF can find this new login method and upgrade it to its style.
I am using J! 1.0.13. This is the version where the new password mechanism was introduced. Indeed, from that version on, a salt was added. This is stored as password_md5:salt in the previously existing password field. I can see a potential problem here because Joomla upgrades automatically the stored password to the new format upon first connection of a user. Say I was running 1.0.12, passwords are stored as md5 only. Then I upgrade to 1.0.13 or more. Whenever a user login for the first time after the upgrade, J1.0.13 sees that the password is stored as old format and adds the salt.
Consequence of this is that there are some passwords stored both way : users who have logged in since the upgrade have their password as md5(pass):salt. Users who have not logged in since the upgrade have their password as md5(pass) only. Do you / can you handle this ?

Quote3. Is that only on posts or everything (ie user signatures, fields, emails, etc).
I had a hard time finding a user with a quote in its signature, but I did and I can confirm they are escaped as well. I would not expect to find emails with single or double quote.

Hope this helps
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: JazzMega on March 19, 2008, 08:02:50 AM

Quote

I wasn't aware that this worked for Joomla 1.5. This was tested on Joomla 1.0.15..
Does Fireboard work with Joomla 1.5?
I can try to install it but if I remember right I had issues because it needed legacy mode to install fireboard 1.0 on joomla 1.5

Yes, you need enable the legacy mode to install fireboard 1.0 on joomla 1.5.

So, it is imposible to convert? Can I convert joomla 1.5 to 1.0.1...???

Thanks you very much!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 19, 2008, 11:38:57 AM
Quote from: shumisha on March 19, 2008, 04:06:44 AM
Hi,

Quote1. Can you post the full error you are getting?
Unfortunately, I can't as I will have to redo a conversion. That will happen in the next couple of days, and I will report back

Quote2. Are you running Joomla 1.0.15? The password fix was based off a 1.0.15 install. Joomla seems to put the password salt (which is longer than the SMF salt) and hashed password in the same field in the database. So the upgrader will alter your SMF members table and make the salt column bigger and then it attempts to split the password and salt appart by the separator. The login fix just makes it so SMF can find this new login method and upgrade it to its style.
I am using J! 1.0.13. This is the version where the new password mechanism was introduced. Indeed, from that version on, a salt was added. This is stored as password_md5:salt in the previously existing password field. I can see a potential problem here because Joomla upgrades automatically the stored password to the new format upon first connection of a user. Say I was running 1.0.12, passwords are stored as md5 only. Then I upgrade to 1.0.13 or more. Whenever a user login for the first time after the upgrade, J1.0.13 sees that the password is stored as old format and adds the salt.
Consequence of this is that there are some passwords stored both way : users who have logged in since the upgrade have their password as md5(pass):salt. Users who have not logged in since the upgrade have their password as md5(pass) only. Do you / can you handle this ?

Quote3. Is that only on posts or everything (ie user signatures, fields, emails, etc).
I had a hard time finding a user with a quote in its signature, but I did and I can confirm they are escaped as well. I would not expect to find emails with single or double quote.

Hope this helps

That would be helpful to know the error. The error may be foreign to some people, but script developers usually understand their meaning.

Can you test something?
Open LogInOut.php in your SMF Sources folder

Find:
        // Maybe they are using a hash from before the password fix.

Before that add this:
            $other_passwords[] = md5($_POST['passwrd']);

Are you able to login using the old joomla method now?


Quote from: JazzMega on March 19, 2008, 08:02:50 AM

Quote

I wasn't aware that this worked for Joomla 1.5. This was tested on Joomla 1.0.15..
Does Fireboard work with Joomla 1.5?
I can try to install it but if I remember right I had issues because it needed legacy mode to install fireboard 1.0 on joomla 1.5

Yes, you need enable the legacy mode to install fireboard 1.0 on joomla 1.5.

So, it is imposible to convert? Can I convert joomla 1.5 to 1.0.1... ???

Thanks you very much!

This wasn't tested on Joomla 1.5.. But I certainly can attempt to look at it tonight/tomorrow when I get some time.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: JazzMega on March 19, 2008, 12:27:06 PM
Quote

This wasn't tested on Joomla 1.5.. But I certainly can attempt to look at it tonight/tomorrow when I get some time.

ok, thanks! I´ll visit the community forums every day waiting you.

Best regards
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: forepro on March 19, 2008, 01:52:04 PM
Hi

I tried it on my local testing server, avatar errors look like this:

Converting avatars...
Parse error: parse error, unexpected '"' in W:\www\forum\convert.php(1075) : eval()'d code on line 6

I use J1.0.12,  FB 1.0.4
MySQL 4.1.14-nt
PHP 4.4.4

Another stupid question is, how could I login after conversion? I understand I need to install Fireboard_Login_Fix.tgz modification, but it seems like my admin account was also dropped so that I couldn't access package manager... ???

Any help would be appreciated!!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shumisha on March 19, 2008, 02:12:01 PM
Hi

Thanks forepro, this is exactly the error I am getting. Except I was not on a local machine but on a typical shared host unix box, with J 1.0.13, FB 1.0., MYSQL 5 and PHP 5.2
As for th elogin fix, I got caught like you, and I think what we need to do is install the fix BEFORE doing the convert!

If you have already done, using phpmyadmin, you can access the smf members table, locate your admin user and change the value in the IDGroup field from 0 to 1. That will put it back to being an admin
I'll await news from here about the quotes being escaped. Did you see that also ?

Regards
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 19, 2008, 03:39:46 PM
oh geez, I missed a closing ' a function. I think this one should fix it.

As for the login fix, read my comment above about the edit. I think that will fix it for users that are using joomla before the 1.0.13 fix. If it does, I will add it into the patch that was made.

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: forepro on March 19, 2008, 04:32:11 PM
Hi

@SleePy Yup! I was able to login after applying this change.

QuoteOpen LogInOut.php in your SMF Sources folder

Find:
// Maybe they are using a hash from before the password fix.
       
Before that add this:
$other_passwords[] = md5($_POST['passwrd']);
So I guess I don't need to install Fireboard_Login_Fix.tgz mod now. Is that right?
Thanks a lot!!

@shumisha

Right now I couldn't read the posts as they are all jargons after conversion. My local server doesn't seem to handle UTF-8 well. But I can definitely see things are being quoted in quote box. Can't read them though. I will try the new file for conversion on my host server later and let you know how it goes.

Hope this helps.  :)

edit: just realize you are mentioning single & double quotes... not quote box.  I can't read them now.. sorry!

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on March 19, 2008, 05:15:27 PM
I still get that same error that I posted above.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shumisha on March 19, 2008, 05:42:09 PM
Hi Sleepy,

I just tried again. I had upgraded my source Joomla site from 1.0.13 to 1.0.15 before this second trial.

+ : I don't get any errors any more during the conversion process
- : I can't login with any of the users converted. User is recognized, but password is invalid
- : quotes are still escaped in posts and title

I'll try have smf send me a new password, that should work, but is not really a good solution ! I'll take a look at the sql for the conversion in that field

Thanks anyway, and best regards
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: JazzMega on March 19, 2008, 07:37:51 PM
I edit the fireboard_to_smf.sql file at lines 10:

---~ from_prefix: "`$mosConfig_db`.$mosConfig_dbprefix"

I edit:

$mosConfig_db = database name

$mosConfig_dbprefix = prefix(jos_)

And it convert successfully but with some errors:

The passwords dont work
Converting attachments with errors
Converting avatars  with errors.

The attachaments and avatars aren´t very important but the passwords...

Can you help me?

Thanksss!!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 19, 2008, 10:44:01 PM
shumisha,
Did you apply the password mod fix?

I was able to get joomla 1.5 installed and worked around the password issue on it. It appears to use even a bigger salt.. So I had to expand the SMF salt field again.. I gave it more than enough room for the salt this time.
To convert with joomla 1.5, you will need to create a configuration.php with this:

$mosConfig_db = 'database_name';
$mosConfig_dbprefix = 'prefix_';

And edit those variables to equal your database name and prefix. You can find this information in your joomla admin panel. The way Joomla 1.5 does its configuration file changed so this is the only work around for it at the moment.

Can I have the original contents of one of these posts? Use Fireboard to get these contents. I need to have a test post that these issues are occurring in so I can figure out where it is going wrong.

I thank you guys for the testing these out :) Its hard to get converters to convert everything just right when you have software that does things in their own little ways.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on March 19, 2008, 11:21:37 PM
Quote from: SleePy on March 19, 2008, 10:44:01 PM


I thank you guys for the testing these out :) Its hard to get converters to convert everything just right when you have software that does things in their own little ways.
We appreciate all that you are doing as well!!

This latest file doesn't/can't find my SMF directory now.

This converter was unable to find SMF in the path you specified.

Please double check the path, and that it is already installed there.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 20, 2008, 12:29:55 AM
sheik28,

Are you sure the path to the SMF forum is correct?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shumisha on March 20, 2008, 03:05:42 AM
Hi Sleepy,

Yes, I did apply the changes in your past post. And I am still on the 1.0.x branch. I upgraded to 1.0.15, not 1.5. Converter don't have any problem finding about the db name and prefix.

RE: passwords no tworking : i looked up the DB content. It seems the transfer is done correctly. For a given user, in jos_users if the password field contains xxxxxxxxxx:yyyyyyyyy, then the smf_members table contains xxxxxxxxx in the password column and yyyyyyyyy in the passwordSalt column. So it seems somehow it is smf that is not happy with these when verifying the password. Does that make sense ?

Re: post content : I have looked that up as well. Here is a sample from an sql dump:

(43, 'Hi Ptx_soccer,\r\n\r\nAre you familiar with phpMyadmin. I\\''d like to check something in your database. Can you give me access, or look yourself ?'),

It seems  in FB database, quotes are double-escaped, which surely prevents your converter to do its job properly. I am going to try simply do a text replace on the db table for now.

Regards
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shumisha on March 20, 2008, 04:05:18 AM
Hi,

I was able to go past this single/double quote issue by modifying fireboard_to_smf.sql like so :

/******************************************************************************/
--- Converting posts (this may take some time)...
/******************************************************************************/

TRUNCATE {$to_prefix}messages;
TRUNCATE {$to_prefix}attachments;

---* {$to_prefix}messages 200
---{
$row['body'] = preg_replace('~\[file name=.+?\]http.+?\[/file\]~i', '', $row['body']);
$row['body'] = preg_replace('~\[img size=(\d+)\]~i', '[img width=$1]', $row['body']);
$row['body'] = str_replace('\\\'', '\'', $row['body']);
$row['subject'] = str_replace('\\\'', '\'', $row['subject']);
$row['body'] = str_replace('\\&quot;', '&quot;', $row['body']);
$row['subject'] = str_replace('\\&quot;', '&quot;', $row['subject']);
---}
SELECT
        m.id AS ID_MSG, m.thread AS ID_TOPIC, m.time AS posterTime,
        SUBSTRING(m.subject, 1, 255) AS subject, m.userid AS ID_MEMBER,
        SUBSTRING(m.name, 1, 255) AS posterName,
        SUBSTRING(m.email, 1, 255) AS posterEmail,
        SUBSTRING(m.ip, 1, 255) AS posterIP, m.catid AS ID_BOARD,
        SUBSTRING(mt.message, 1, 65534) AS body, '' AS modifiedName, 'xx' AS icon
FROM ({$from_prefix}fb_messages AS m, {$from_prefix}fb_messages_text AS mt)
WHERE mt.mesid = m.id;
---*

I am not sure if this will apply to all fireboards, or if it is specific to FB 1.0.0 that I am using. Does anyone have this quote problem with another version of FB ?

Now I just have the password issue to solve before being able to make the switch !

Regards
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shumisha on March 20, 2008, 06:12:59 AM
Hi,

I got it now. I checked the login procedure in Joomla, and it only takes a small change to Sources/LogInOut.php to make it work.

// Maybe they are using a hash from before the password fix.
                $other_passwords[] = md5($_POST['passwrd']);  // Joomla pre-1.0.13 passwords style
                $other_passwords[] = md5($_POST['passwrd'].$user_settings['passwordSalt']); // Joomla 1.0.13 and up (in the 1.0.x branch)

As you can see, J! from 1.0.13 on simply does md5(password+salt);

I was able to login using my J! password as soon as I did that.

Don't know how it can be easily integrated though, this will still require a hack to work !

Regards
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shumisha on March 20, 2008, 06:20:31 AM
Hi again,

Last fix : to retain admin or super admin status while converting, fireboard_to_smf.sql should be change as follow (this is line 33) :
from IF(m.usertype = 'superadministrator' OR m.usertype = 'administrator', 1, 0) AS ID_GROUP,
toIF(m.usertype = 'Super Administrator' OR m.usertype = 'Administrator', 1, 0) AS ID_GROUP,
Strange enough, there is a table to define user types, but the jos_users table does not use them for its usertype field. Instead, there is a litteral in that field

Regards
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: JazzMega on March 20, 2008, 08:03:32 AM
Yeaaaah!!!

Its work on joomla 1.5, the passwords and all!! oooooohh!!

Thanks you a lot.... thanks!! gracias tiooo!!


The best community.... SMF
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: forepro on March 20, 2008, 11:26:11 AM
Hi folks,

I just tried the converter on my host server. Seems like I am getting another problem..

Unable to find the settings for Fireboard 1.0. Please double check the path and try again.


Path to SMF:
/home/myid/domains/mysite.org/public_html/testsite/smf

Path to Fireboard 1.0:
/home/myid/domains/mysite.org/public_html/components/com_fireboard

Pretty strange to me since I can run this conversion on my local server without seeing this error.. Any ideas?

Good Job, guys!

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: JazzMega on March 20, 2008, 11:39:48 AM
forepro, change:

Path to Fireboard 1.0:
/home/myid/domains/mysite.org/public_html/components/com_fireboard

for:

Path to Fireboard 1.0:
/home/myid/domains/mysite.org/public_html/
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: forepro on March 20, 2008, 12:07:13 PM
Yes! That did the trick. Thanks a lot JazzMega!  :D

There are still other glitches (like: category arrangement, avatars/attachments not transferred) but I am very happy now.  ;D

Just to post the warning I had:
Quote
Warning: copy(/home/myid/domains/mysite.org/public_html/components/com_fireboard/uploaded/images/Picture1.jpg)

[function.copy]: failed to open stream: No such file or directory in

/home/myid/domains/mysite.org/public_html/testsite/smf/convert.php(1075) : eval()'d code on line 4


As for FB 1.0.4 I think they change the path to
/public_html/images/fbfiles/images/
Just FYI.

The utf-8 conversion was not successful. i couldn't read the posts. But I will looking into another UTF-8 thread and do some research. BTW the single/double quote become \' and \". I can live with that though.

SMF is a great community! Thanks for the support!

forepro
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 20, 2008, 05:06:47 PM
Quote from: shumisha on March 20, 2008, 06:12:59 AM
Hi,

I got it now. I checked the login procedure in Joomla, and it only takes a small change to Sources/LogInOut.php to make it work.

// Maybe they are using a hash from before the password fix.
                $other_passwords[] = md5($_POST['passwrd']);  // Joomla pre-1.0.13 passwords style
                $other_passwords[] = md5($_POST['passwrd'].$user_settings['passwordSalt']); // Joomla 1.0.13 and up (in the 1.0.x branch)

As you can see, J! from 1.0.13 on simply does md5(password+salt);

I was able to login using my J! password as soon as I did that.

Don't know how it can be easily integrated though, this will still require a hack to work !

Regards

yea, but those who have not logged in since the upgrade will need the old login method. I updated the package to include both fixes last night.
Thanks for the post, I was able to get that straighten out and fixed the   issue that was occurring. I will update the main post when forepro tests this converter to see how things go :)

forepro,
Try the attached one. I did the wrong path to avatars.

edit,
As well read this on UTF-8 Conversions http://www.simplemachines.org/community/index.php?topic=140917.0
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shumisha on March 20, 2008, 05:18:38 PM
Hi,

Quoteyea, but those who have not logged in since the upgrade will need the old login method.
Yes, I thought that is taken care of by $other_passwords[] = md5($_POST['passwrd']);  // Joomla pre-1.0.13 passwords style
But actually I think that is not even needed, because in that case, there will be no salt in the Joomla users table, and the LogInOut.php code will be in another branch (there is a test on whether the salt is empty or not). In that other branch, there is already a
$other_passwords[] = md5($_POST['passwrd']);
Untested yet, though

Regards
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 20, 2008, 05:51:06 PM
I use both now in the mod package:

        // New Joomla login method?
        $other_passwords[] = md5($_REQUEST['passwrd'] . $user_settings['passwordSalt']);
        // The old Joomla login method?
        $other_passwords[] = md5($_REQUEST['passwrd']);
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on March 20, 2008, 10:03:27 PM
I am obviously missing something so just to confirm the steps that are needed to do this.
1. Upload convert.php, fireboard to smf file  and configuration.php (Joomla 1.5 users only need configuration.php) to your SMF directory.
2. Run convert.php.
That is all that is needed to get convert to work correct?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 21, 2008, 12:23:11 AM
make sure the configuration file has the database and database prefix correctly in it.

Edit,
Actually. This would work as well. Using your joomla 1.5 configuration.php. Open the file up. Just after the <?php add a return then these lines of code:

$config = new JConfig();
$mosConfig_db = $config->db;
$mosConfig_dbprefix = $config->dbprefix;


That will have it emulate the old joomla settings that the converter script needs.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on March 21, 2008, 01:19:47 PM
Still get this error
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /homepages/10/d116192141/htdocs/fbb/f/convert.php on line 780

Notice: Undefined property: db186974532 in /homepages/10/d116192141/htdocs/fbb/configuration.php on line 3

Notice: Undefined property: jos_ in /homepages/10/d116192141/htdocs/fbb/configuration.php on line 4
No Database Selected


Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: forepro on March 21, 2008, 02:04:29 PM
Hello folks,

Many thanks to your help. Now things are almost there.

I followed the flow of this is the post except that I used the convert.php of this FB thread rather than UTF-8 Converter
http://www.simplemachines.org/community/index.php?topic=140917.msg1348511#msg1348511

Here is what I did,

1. fresh install SMF with default settings (Do not select UTF-8 on the install page)

2. use covert.php for FB and latest fireboard_to_smf.sql from SleePY to convert FB 1.0.4 to SMF 1.1.4. use default option: Set SMF's default character set to ISO 8859-1)

3. After this conversion, all my Chinese topics and messages became alien language but I can fix them by switching the character encoding of browser from Western(ISO 8859-1) to Unicode(UTF-8).

4. Downloaded SMF Chinese language pack UTF-8, uploaded it to the server, and set it as default through admin -> "server setting".

Up to this point, I was able to read all Chinese posts without any issues on two testing servers. But on one of them I observed that the search results by using Chinese was very poor. I tried to search certain Chinese keywords, and I can see many articles containing those keywords have escaped from search.

5. Therefore, I went to "Forum Maintenance" -> "Convert the database and data to UTF-8", use default settings to run the conversion. After that, the search results of the poor one improves dramatically! I couldn't be happier.  :D

My system info:
Joomla 1.0.12
FB 1.0.4 (upgraded from 1.0.1)
MySQL 5.0.41
PHP 4.4.8

Hope this would help some others who also have the same problems.

The only issue left is that: attachments(both img and file) and avatars are not transferred. No error messages for avatars but for attachments:

Warning: copy(/home/mysite.org/public_html/components/com_fireboard/uploaded/images/Picture1.jpg) [function.copy]: failed

to open stream: No such file or directory in /home/mysite.org/public_html/smf/convert.php(1075) : eval()'d code on line 4

Warning: copy(/home/mysite.org/public_html/components/com_fireboard/uploaded/files/Notes.pdf) [function.copy]: failed to

open stream: No such file or directory in /home/mysite.org/public_html/smf/convert.php(1075) : eval()'d code on line 4

Warning: copy(/home/mysite.org/public_html/images/fbfiles/files/Muss.jpg) [function.copy]: failed to open stream: No such

file or directory in /home/mysite.org/public_html/smf/convert.php (1075) : eval()'d code on line 4



For those files, although it seems like they should be placed in components/com_fireboard/_fbfiles_dist/avatars, or files, or images.
But I can see in FB 1.0.4 the actual avatars user uploaded are stored in joomla image folder: public_html/images/fbfiles/avatars/
and same as attachments -> public_html/images/fbfiles/files or images

Hope this helps!

cheers,
forepro
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 22, 2008, 11:34:20 AM
sheik28,
Did you edit the code I posted?

$config = new JConfig();
$mosConfig_db = $config->db;
$mosConfig_dbprefix = $config->dbprefix;


That above code requires no editing, just put it in your configuration.php for Joomla 1.5.x as I stated and it will handle the rest. It basically gets around the class that joomla has put all their variables into.

forepro,
Did you try the one I attached earlier?
http://www.simplemachines.org/community/index.php?topic=228775.msg1475822#msg1475822

Also we do have a UTF-8 Topic on this:
http://www.simplemachines.org/community/index.php?topic=140917.0
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on March 22, 2008, 01:36:54 PM
That did it!

I don't know where I got confused but I just thought I had to enter my DB name etc into that config file.

I just did it and the conversion is done!
Joomla 1.5.0 SMF 1.1.4 from Fireboard 1.0.4.
I didn't have the admin problem. I was able to log into my forum without any problems as admin immediately after.

Thank you very much for your help.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: forepro on March 23, 2008, 10:12:26 AM
Hi SleePy

Yes I used the latest .sql you provided. http://www.simplemachines.org/community/index.php?topic=228775.msg1475822#msg1475822
With this one, it says avatar conversion was successful. (no warnings) But I still didn't see  user avatars in converted SMF forum. And I got warning messages for attachments as I posted previously. Does anyone have the same problems or it just happen to me?

As to the UTF-8 conversion, I did follow Sarge's instruction in that UTF-8 topic and it worked nicely! :)

Thanks!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 24, 2008, 01:25:58 AM
Are you sure its the same error?
The path is incorrect that it is using. There is no uploads folder in fireboard. I made that mistake when upgrading this converter.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: zelula on March 28, 2008, 05:35:34 PM
Hi,

I'm using Joomla 1.51 (Legacy mode) with Fireboard 1.04. I did the changes in the file configuration.php, run the convert.php but then I get a page that says:

SELECT command denied to user 'bill_smf'@'localhost' for table 'jos_users'

Yes, I do have full access to the MySQL DB (phpmyadmin) and both forums are in the same host in 2 different directories:

- SMF: /home/user/public_html/smf
- FB: /home/user/public_html/Joomla

Any solution to this error?

Thanks in advance!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 29, 2008, 12:06:13 AM
Common conversion errors. (http://www.simplemachines.org/community/index.php?topic=146192.0)

Can you verify you did add the SMF user to the joomla database?
The mysql user that SMF uses, needs to be able to access the joomla database.
You could change your mysql settings for your SMF setup and have it use a master one such as root if you still have troubles.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Asin on March 31, 2008, 12:25:15 PM
Hi I have a little problem.

I want to convert from Fireboard 1.0.3 and Joomla 1.0.12 to SMF 1.1.4 and I Sitting here i don't know 5 hours and he says me that he is trying to convert

"Converting members... Successful.
Converting categories...Duplicate entry '255' for key 1"

And I don't know what I can do please help me.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on March 31, 2008, 11:37:32 PM
That error is saying that the max category ID that SMF allows by default has been reached. For some reason fireboard wants a category ID that is higher than 255..

You can fix it by doing this to your SMF database in phpMyAdmin (What is phpMyAdmin? (http://www.simplemachines.org/community/index.php?topic=21919.0)). You may need to change smf_ to your database prefix if it is different.
ALTER TABLE smf_categories CHANGE id_cat id_cat smallint(6) UNSIGNED NOT NULL AUTO_INCREMENT  

Edit,
Oops, a Jay pointed out that tinyint only has a max of 255.. So we have to use smallint.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Boggie on April 01, 2008, 03:03:58 PM
Hey guys,

I have Joomla! 1.0.13
FireBoard 1.0.4

Have filled in the info for the installation paths, but when i hit submit, it just times out and goes to a regular error page.

any thoughts

*update*

It never gave me a completion page, but it did import some of the data, up to december 2006.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on April 01, 2008, 09:17:08 PM
What error did it output
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Boggie on April 01, 2008, 09:28:09 PM
no error at all.

I use firefox and the page tries to load and it just hangs.......that's it
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on April 02, 2008, 12:30:02 AM
You said it goes to a regular error page?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Boggie on April 02, 2008, 07:45:28 AM
Yep......

In internet explorer it just goes to "This page cannot be displayed"
and on Firefox, it pops up with a box to open convert.php on my desktop.  Which usually happens when the page doesn't respond or times out.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on April 02, 2008, 06:34:20 PM
Are you able to access the error logs?
Usually when that happens it sometimes goes to the php error log and other times it will be logged in the apache error log.

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Boggie on April 02, 2008, 09:03:56 PM
I'll check that out here in a sec.  Thanks for the suggestion
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Boggie on April 02, 2008, 09:06:55 PM
Correction

One error in the log:

[Wed Apr  2 20:10:45 2008] [error] [client 24.166.183.7] File does not exist: /home/wadmin/public_html/404.shtml
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on April 03, 2008, 12:30:38 AM
Well that makes it a tuff one to debug without knowing why it is having the issue.

Do you mind sending me the url (pm would be best) and such of the test site you are attempting to convert?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: amot on April 05, 2008, 11:00:38 PM
How do i apply the fix for the LOGIN?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Boggie on April 06, 2008, 12:42:56 AM
Go to the admin area.......Packages

You will then click the Download package button/tab at the top and add it from your computer.

After its add, don't do like me and forget to actually Install it

Then ur done
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: amot on April 06, 2008, 02:18:19 AM
Alright, i installed the LOGIN FIX, yet when people try to LOGIN it says.....

Password reminder
You can't retrieve your password, but you can set a new one by following a link sent to you by email. You also have the option of setting a new password by answering your secret question.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on April 06, 2008, 11:37:23 PM
What version of Joomla are you using?

The Converter does attempt to split out your password and password salt, but it has a chance of failing.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: damo on April 12, 2008, 09:20:41 AM
this is going to sound really stupid, but exactly what do i have to do to convert to SMF from fireboard?

i guess what i'm askign is where do i put this convert.php file?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on April 12, 2008, 11:59:46 AM
In your SMF directory where the Settings.php and SSI.php are at
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: stucked3 on April 15, 2008, 05:40:03 AM
hello,

can anyone help me, i try to convert, then i get this error:

QuoteThe converter detected that your host has open_basedir enabled on this server. Please ask your host to disable this setting or try moving the contents of your Fireboard 1.0 to the public html folder of your site.

do i have to change the permissons on the fireboard component path? the path is readable for the hole world i think. i am not able to change open_basdir restrictions
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on April 15, 2008, 04:43:07 PM
You can try to ignore this if possible.
Sometimes with open_basedir enabled things will cause conversions to not work due to it being restricted to access certain files.

Your host most likely will be unwilling to disable open_basedir so you are out of luck at trying that.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on April 15, 2008, 09:32:49 PM
Hey the converter worked great and we were able to break away from fireboard. Thanks again!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: forepro on April 15, 2008, 09:47:02 PM
Hey sheik28,

Were you able to convert avatars, personal info (msn, birthday, location...etc) and smileys as well? I tried several times with different settings but still no luck...

Just curious, not really a big deal since all my users and posts get transferred successfully. I am very happy to join SMF community. :)

cheers!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ChrisFBBS on April 15, 2008, 09:51:05 PM
Quote from: forepro on April 15, 2008, 09:47:02 PM
Hey sheik28,

Were you able to convert avatars, personal info (msn, birthday, location...etc) and smileys as well? I tried several times with different settings but still no luck...

Just curious, not really a big deal since all my users and posts get transferred successfully. I am very happy to join SMF community. :)

cheers!

We didn't need to worry about any of those issues since none of our users had any of that info filled in. At the time we only had 10 or so members (we are now up to 130 and growing).
Good luck!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: batëy 2.0 on April 21, 2008, 07:45:45 PM
Thanks a lot guys!!!
THIS TOOL IS AWESOME!!!

I have Joomla! 1.0.13 with Fireboard 1.0.4.
I put the convert.php file and the  fireboard_to_smf.sql file in my SMF folder.
Then I go to http://www.mydomain.com/foro/convert.php. Fallow the instructions to convert.
Open my FTP client and add:
// Maybe they are using a hash from before the password fix.
                $other_passwords[] = md5($_POST['passwrd']);  // Joomla pre-1.0.13 passwords style
                $other_passwords[] = md5($_POST['passwrd'].$user_settings['passwordSalt']); // Joomla 1.0.13 and up (in the 1.0.x branch)

to my LogInOut.php.

My new SMF Forum is running 100%!
The only thing that is missing: avatars. but I can upload it all of them again.

Thanks to all for your excellent work!!!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Asin on May 12, 2008, 07:42:02 AM
Ähm hi i was it again.

Tody i have converted the forum but now i have a new problem. The Forum strukter was destroyed an i can´t adminitrate the board and categorys and when I go to repair them with the repairtool this was the error.

Board #1 is in category #255, which is missing.
Board #2 is in category #255, which is missing.
Board #4 is in category #255, which is missing.
Board #5 is in category #255, which is missing.
Board #6 is in category #255, which is missing.
Board #7 is in category #255, which is missing.
Board #8 is in category #255, which is missing.
Board #9 is in category #255, which is missing.
Board #10 is in category #255, which is missing.
Board #11 is in category #255, which is missing.
Board #12 is in category #255, which is missing.
Board #13 is in category #255, which is missing.
Board #15 is in category #255, which is missing.
Board #16 is in category #255, which is missing.
Board #17 is in category #255, which is missing.
Board #18 is in category #255, which is missing.
Board #19 is in category #255, which is missing.
Board #20 is in category #255, which is missing.
Board #21 is in category #255, which is missing.
Board #22 is in category #255, which is missing.
Board #23 is in category #255, which is missing.
Board #24 is in category #255, which is missing.
Board #25 is in category #255, which is missing.
Board #26 is in category #255, which is missing.
Board #27 is in category #255, which is missing.
Board #28 is in category #255, which is missing.
Board #30 is in category #255, which is missing.
Board #31 is in category #255, which is missing.
Board #36 is in category #255, which is missing.
Board #39 is in category #255, which is missing.
Board #510 is in category #255, which is missing.
Board #511 is in category #255, which is missing.
Board #512 is in category #255, which is missing.
Board #514 is in category #255, which is missing.
Board #515 is in category #255, which is missing.
Board #528 is in category #255, which is missing.
Board #529 is in category #255, which is missing.
Board #530 is in category #255, which is missing.
Board #531 is in category #255, which is missing.
Board #532 is in category #255, which is missing.
Board #533 is in category #255, which is missing.
Board #534 is in category #255, which is missing.
Board #535 is in category #255, which is missing.
Board #536 is in category #255, which is missing.
Board #537 is in category #255, which is missing.

I hope you can help me again.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on May 12, 2008, 12:39:23 PM
It may be possible that the category ids are higher than SMF will allow.
Run this query in phpMyAdmin and then run the conversion again.
ALTER TABLE smf_categories CHANGE id_cat id_cat smallint(6) UNSIGNED NOT NULL AUTO_INCREMENT   

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: swillman on May 27, 2008, 04:56:06 PM
I feel retarded ..  but it says my path the smf is wrong.  I have tried all posibilities, but it always fails.  I can open and use smf, so it's there.  any advice?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on May 27, 2008, 05:45:03 PM
Is convert.php in the same location as your SSI.php and Settings.php? These are two files found in SMF.
If convert.php is in the same location as those two files you do not need to specify a path to SMF, only to Joomla (as it will complete it to fireboard).
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: skipskool on May 29, 2008, 12:57:16 PM
hye guyz..
thnx to u all..

finally i am successful to convert fireboard to smf.
in the middle of progress im also having some probs but with guidance from the posts here
finally i able to cater those probs.

problems i have got
1. 255 Duplicates id for table categories
solve by alter table categories and table board  set id_cat from tinyint to smallint
2. login issue because im currently using joomla 1.53
solve by adding several lines of code in Sources/loginout.php
// Maybe they are using a hash from before the password fix.
                $other_passwords[] = md5($_POST['passwrd']);  // Joomla pre-1.0.13 passwords style
                $other_passwords[] = md5($_POST['passwrd'].$user_settings['passwordSalt']); // Joomla 1.0.13 and up (in the 1.0.x branch)

and not forget b4 i manage to let the converter to communicate with joomla 1.53 i've modify the joomla configuration.php and add these lines after <?php
$config = new JConfig();
$mosConfig_db = $config->db;
$mosConfig_dbprefix = $config->dbprefix;

last but not least i want to thank u all for these great advices
you guyz are awesome

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: swillman on May 29, 2008, 05:14:49 PM
Quote from: SleePy on May 27, 2008, 05:45:03 PM
Is convert.php in the same location as your SSI.php and Settings.php? These are two files found in SMF.
If convert.php is in the same location as those two files you do not need to specify a path to SMF, only to Joomla (as it will complete it to fireboard).

Yeah ..  it is, but when I leave it blank or do a /home ..  or whatever it ALWAYS comes back with that error.  I get get into the forums just fine, so I am at a loss.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on May 30, 2008, 12:29:23 AM
Don't leave it blank. It should attempt to auto-fill in a path for you.

You could also make upload a script in your SMF directory with the below code and then execute it from your browser. This would tell you the path you need to use to SMF

<?php
echo dirname(__FILE__);
?>


You could repeat this process and put the file in the Joomla main directory and execute it from your browser and get the path to joomla as well :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: docmartin on June 01, 2008, 11:31:12 AM
Hi:

Thanks for the converter.
Tho, just trying (on my computer, MAMP), and getting message: "Unknown column 'fb.karma' in 'field list' " - maybe after query line:
fb.karma AS karmaGood, SUBSTRING(m.email, 1, 255) AS emailAddress,

Not sure if maybe as I don't bother using karma (tried searching my joomla database, but not finding fb.karma).
Rather wonder, too, if may be problem I have mos_ as suffix in database, not jos_ - though rather looks like the convert.php can cope with this.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on June 01, 2008, 05:26:41 PM
What version of fireboard are you using?
It is saying the karma field doesn't exist
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: docmartin on June 01, 2008, 11:46:20 PM
Fireboard 1.0.4
Just started using karma via fireboard configuration, but trying to add karma to one user, as test, not changing from 0; and search of the database for fb.karma remains blank. (Tried Fireboard config, turning karma on and off, user stats on and off, in case somehow would add karma field to database.)
Not sure if result of webhost recently moving servers, but I've lately noticed posts counts aren't increasing, so there's something odd with my fireboard and stats.

Update: after faffing about trying to get fb.karma into mysql table, thought I'd see if could edit convert.php to get rid of karma part. karma not present; but was in the .sql file.
Took out the short part re fb.karma converting to goodkarma, saved the file, tried convert.php again - and Presto! - a Simple Machines forum with posts  etc from Fireboard.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: jchtible on June 02, 2008, 01:57:13 PM
Hello ! Where can i get convert.php file ??
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on June 02, 2008, 10:05:34 PM
Quote from: SleePy on March 17, 2008, 12:28:51 AM
convert.php
Use this convert.php (http://www.simplemachines.org/community/index.php?topic=140741.0) with the .sql file attached in this topic.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ormuz on June 03, 2008, 12:17:37 PM
I've upload the convert.php to my smf directory I've add the smf user and the jooma user permissons to the respective db in the cpanel and I have this message in convert.php file

Quote

Which software are you using?
The converter did not find any conversion data files. Please check to see if the one you want is available for download at www.simplemachines.org. If it isn't, we may be able to write one for you - just ask us!
After you download it, simply upload it into the same folder as this convert.php file. If you're having any other problems with this converter, don't hesitate to look for help on our forum.

Try again


I've another question, what is the sql file for?

Quote
* ATTENTION: You don't need to run or use this file!  The convert.php script does everything for you! */
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on June 03, 2008, 12:21:08 PM
the .sql has instructions for the convert.php on what to do during the conversion.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ormuz on June 03, 2008, 12:23:31 PM
Ok... And for the first problem, any ideias?

I need to do this fast!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ormuz on June 03, 2008, 12:29:21 PM
After execute the sql file I have this error...

QuoteComando SQL:

/* ATTENTION: You don't need to run or use this file! The convert.php script does everything for you! *//******************************************************************************/ ---~ name : "Fireboard 1.0"/******************************************************************************/ ---~ version : "SMF 1.1" ---~ settings : "/configuration.php", "../../configuration.php", "../../../configuration.php" ---~ from_prefix : "`$mosConfig_db`.$mosConfig_dbprefix" ---~ table_test : "{$from_prefix}users"/******************************************************************************/ - -- Converting members...
/******************************************************************************/ TRUNCATE {$to_prefix}members;

Mensagens do MySQL : Documentação
#1064 - 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 '---~ name: "Fireboard 1.0"

---~ version: "SMF 1.1"
---~ settings: "/configur' at line 1

EDIT:
Hooow... I don't need to run the file, just upload it! ;) lol
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on June 03, 2008, 04:38:53 PM
Did you try to run it via phpmyadmin?

You upload this .sql file to the same location as convert.php
Then you execute convert.php from your browser and it should process and start working through the conversion.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: swillman on June 08, 2008, 01:54:19 PM
Thank you for the help so far on my idiocy trying to make the directories correct.  SMF is now found, but I am having a hard ti sending it to my Fireboard install.  Help?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on June 08, 2008, 02:01:18 PM
Set it to the path to joomla. It will complete the path to fireboard during the conversion.
The path should not be a url.
I looks something like:
/home/cpanelusername/public_html/joomla/

The quickest way to figure out the path you would use is upload a new php file to your joomla directory and put this in the file:
<?php
echo dirname(__FILE__);
?>


That will display the path to joomla you need to use.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: gha on June 16, 2008, 11:14:57 AM
hi.

I have a problem with FireBoard path. I use this path for SMF and it's OK
/var/www/web24/web/forum

and use this for FireBoard :
/var/www/web24/web/components/com_fireboard

but it does not work! :(  I see This error
Unable to find the settings for Fireboard 1.0. Please double check the path and try again.

please help.... What do i do?!

thanks.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on June 16, 2008, 12:00:01 PM
Just tell it this path:
/var/www/web24/web

It needs the path to joomla and it will complete the path to fireboard :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: gha on June 16, 2008, 01:13:48 PM
thanks alot! ;)  converted!  but......  the font are irregular :(  :(  like this :
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.zirnevis.com%2Ffont.jpg&hash=f7c88077fcf4e8fddb5640e33b5020b7dccbee6b)

why?!

what can i do ?!  :-[

thanks.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on June 16, 2008, 01:49:56 PM
What type of charset is this? Maybe there is a problem with the database-collation?

both databases should have the same. if fireboard uses UTF-8 SMF should also use UTF-8, if Fireboard uses your type of collation SMF should also use your type of collation.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: gha on June 16, 2008, 11:18:36 PM
Quote from: ThorstenE on June 16, 2008, 01:49:56 PM
What type of charset is this? Maybe there is a problem with the database-collation?

both databases should have the same. if fireboard uses UTF-8 SMF should also use UTF-8, if Fireboard uses your type of collation SMF should also use your type of collation.
hi.
the fireboard and SMF both use same DB.
but i dont understood! how i can tell to SMf taht use the  my type of collation?! 

my MySQL charset: UTF-8 Unicode (utf8)
my MySQL connection collation:  utf8_unicode_ci

and in option 'Set SMF's default character set to' in convert.php i set to UTF-8

what's the problems?!!  :)
thanks.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on June 17, 2008, 01:31:24 AM
i cannot read the language on the screenshot.. can you explain what's wrong with this? a link to both would also be helpful. is the collation of all tables also utf8_unicode_ci or are there differences between the fireboard-tables and the smf-tables?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: gha on June 17, 2008, 01:57:41 AM
hi my friends.  :)
the language in the screenshot must be persion/farsi  like this:   ;)
سلام دوستان. حال شما چطوره؟!
از این که این جا هستم خوشحالم.

the all tables are utf8_unicode_ci .
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on June 17, 2008, 02:38:11 AM
 8). can you convert your forum again and leave the checkbox for UTF-8 in convert.php blank? maybe you get better results then.

if this does not help you, try to install a new SMF without UTF-8 collation and convert again.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: phreak on June 19, 2008, 07:54:28 AM
Hi all,

I tried the converter script with SMF 1.5.1 and Fireboard 1.0.4. The converter tells me that everything worked nice out.
But the members are not transfered to smf_members and so they are not able to log into the forum.

I receive some erros i would wish to work out too.

1.) When the convert.php shows me its done, it states on top of the page:

QuoteWarning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/htdocs/mypage/_smf/convert.php on line 780

2.) And this issue regarding the avatars:

QuoteWarning: copy(/www/htdocs/mypage/_smf/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /www/htdocs/mypage/_smf/convert.php(1075) : eval()'d code on line 4

Does someone has an idea how to avoid these issues ?

Thanx
phreak
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on June 19, 2008, 09:31:26 AM
copy(/www/htdocs/mypage/_smf/components...
it seems like you entered a wrong path to fireboard in convert.php
path to fireboard must be the root-path from joomla.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Manicred on July 08, 2008, 07:28:52 AM
Hi guys!
Thank you for this excellent converter! After a couple of attempts everything is looking good.

I have one problem, I can't login to admin.
Has anyone come across this problem? When I try to login it asks to send me an email, which never arrives.. New members can sign up and as I said all seems good.

Any suggestions greatly appreciated.

Really liking this script, it looks great.

Thanks..
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 08, 2008, 08:28:53 AM
you need to install the Fireboard_Login_Fix_v11.tgz (attached in first post of this topic). if you cant login as an admin try to reset your password with the forgotten password link.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Manicred on July 08, 2008, 08:42:24 AM
Quote from: ThorstenE on July 08, 2008, 08:28:53 AM
you need to install the Fireboard_Login_Fix_v11.tgz (attached in first post of this topic). if you cant login as an admin try to reset your password with the forgotten password link.
Yes I realise that. But I can't login to the admin section. No emails are delivered when I request a new password.
Is it possible to install the Fireboard_Login_Fix_v11.tgz without logging into admin?

Thanks.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Manicred on July 08, 2008, 10:05:45 AM
Well I have tried everything and nothing seems to work. I even tried to change the pass in the DB and still I cant login..

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 08, 2008, 10:39:18 AM
you can reset the passwort with PHPMyadmin: in SQL-Code-Window execute
update smf_members set passwd = "test",  passwordSalt='' where ID_MEMBER=xyz
replace smf_ with your prefix and xyz with your Admin's user_id, after that you should be able to login with your account and password: test

SMF is able to read a cleartext-password so you don't need to encrypt it in any way.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Manicred on July 08, 2008, 11:00:48 AM
Quote from: ThorstenE on July 08, 2008, 10:39:18 AM
you can reset the passwort with PHPMyadmin: in SQL-Code-Window execute
update smf_members set passwd = "test",  passwordSalt='' where ID_MEMBER=xyz
replace smf_ with your prefix and xyz with your Admin's user_id, after that you should be able to login with your account and password: test

SMF is able to read a cleartext-password so you don't need to encrypt it in any way.


Thank you for your reply ThorstenE

I tried that already and received the following error:

SQL query:

UPDATE smf_members SET passwd = "test",
passwordSalt = '' WHERE ID_MEMBER = admin

MySQL said: Documentation
#1054 - Unknown column 'admin' in 'where clause'
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 08, 2008, 11:09:53 AM
ID_MEMBER is a user's unique number (ID)


try
update smf_members set passwd = "test",  passwordSalt='' where memberName='admin'


Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Manicred on July 08, 2008, 11:23:17 AM
That did it!!

Thank you so much for your help. Now I can start!

Everything seems good now, just need to install the Fireboard_Login_Fix_v11.tgz. WoW its great to have a REAL forum, Fireboard is lacking in so much.

Thanks again mate!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on July 08, 2008, 12:46:41 PM
The Fireboard login fix can be applied manually.
We do have instructions on our doc site and there is 3rd party mod parsers that will show you how to make the edits to the files in order to manually install it.

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Focuz on July 26, 2008, 06:02:59 PM
hello SleePy,

tnx for your help, after many attempts, i've converted my fireboard (1.0.0) at smf 1.1.5, joomla 1.015. I can login , everything works fine (except  avatars), but  the replies in messages are missing.
Replies, I mean the calculating (replies 565 for example), the answers in posts have transfered.


Any suggestions greatly appreciated
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 27, 2008, 09:07:44 AM
have you seen this message after conversion?
QuoteRecalculating forum statistics... Successful.
Conversion Complete
maybe the conversion stops with an error? then post the error message here..

this schould fix the replies-problem:
Admin - Forum Maintenance - Find and repair any errors and Recount all forum totals and statistics.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Focuz on July 27, 2008, 11:01:19 AM
tnx for your reply ThorstenE

the conversion stops with this error:
Warning: copy(C:\xampp\htdocs\fxxx\components\fireboard/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in C:\xampp\htdocs\fxxx\forum\convert.php(843) : eval()'d code on line 4

Warning: copy(C:\xampp\htdocs\fxxx\components\fireboard/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in C:\xampp\htdocs\fxxx\forum\convert.php(843) : eval()'d code on line 4
Successful.
Recalculating forum statistics... Successful.

but in  Admin - Forum Maintenance - Find and repair any errors and Recount all forum totals and statistics,
have fixed the replies problem

thanks you very much mate

cheers
FocuZ
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 27, 2008, 02:45:24 PM
the fireboard_to_smf.sql will try to copy all avatars to SMF's attachment directory but cannot find the avatar-files in C:\xampp\htdocs\f...\components\fireboard/components/com_fireboard/avatars/

an easy solution would be to create this folder (if it does not exist) and copy all avatars into it. after this you can convert again.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Focuz on July 28, 2008, 04:49:14 PM
Look at hear:C:\xampp\htdocs\fxxx\components\fireboard/components/com_fireboard/avatars/,
this path display twice the same folder, components-components, fireboard-com-fireboard.

However there is a folder labeled "avatars", but this is in C:\xampp\htdocs\fxxx\components\com_fireboard\avatars
and the conversion display the same error as above
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 29, 2008, 01:48:09 AM
edit fireboard_to _smf.sql and replace

'/components/com_fireboard/avatars/',

with
'/avatars/',

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Focuz on July 29, 2008, 04:51:42 AM
after this  change
Warning: copy(C:\xampp\htdocs\fxxx\components\fireboard/) [function.copy]: failed to open stream: No such file or directory in C:\xampp\htdocs\fxxx\forum\convert.php(843) : eval()'d code on line 4

Warning: copy(C:\xampp\htdocs\fxxx\components\fireboard/) [function.copy]: failed to open stream: No such file or directory in C:\xampp\htdocs\fxxx\forum\convert.php(843) : eval()'d code on line 4
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 29, 2008, 05:21:48 AM
sorry, not enough coffee for me today..  i fixed it in the above post  :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Focuz on July 30, 2008, 01:54:10 PM
you are wellcome  ThorstenE,

nothing is changing:

Warning: copy(C:\xampp\htdocs\fxxx\components\fireboard/avatars) [function.copy]: failed to open stream: No such file or directory in C:\xampp\htdocs\fxxx\forum\convert.php(843) : eval()'d code on line 4

Warning: copy(C:\xampp\htdocs\fxxx\components\fireboard/avatars) [function.copy]: failed to open stream: No such file or directory in C:\xampp\htdocs\fxxx\forum\convert.php(843) : eval()'d code on line 4
Successful.

my system: PHP/5.2.5  and mysql 5.0.51a
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 30, 2008, 02:19:52 PM
QuoteHowever there is a folder labeled "avatars", but this is in C:\xampp\htdocs\fxxx\components\com_fireboard\avatars
and the conversion display the same error as above

can you browse the folder C:\xampp\htdocs\fxxx\components\com_fireboard\avatars\ with Windows-Explorer? are the avatars from your users there? if not try to locate the avatar-files and copy all the files to this folder..
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Focuz on August 03, 2008, 05:08:44 PM
Of course I can explorer the folder of avatars with Windows-Explorer. the avatars of my users are there.
I have had an idea: I've copied all avatars and I've pasted in smf/avatars folder. so, it's easy to me to correlate a user with his own avatar.



Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 18, 2008, 03:19:47 AM
Hi all,
I want to convert from FireBoard to SMF, but I don't understand the first post... can anyone tell me the procedure step-by-step?
Have I to install SMF at first? And then? How to install and use the converter?

I'm very confused  :(
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 18, 2008, 06:38:26 AM
Converting to SMF (http://docs.simplemachines.org/index.php?board=4.0;sort=subject) should help...
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 18, 2008, 11:31:40 AM
Quote from: TE on August 18, 2008, 06:38:26 AM
Converting to SMF (http://docs.simplemachines.org/index.php?board=4.0;sort=subject) should help...
Thanks for your help, but there is a problem with the converter; it says:

The converter detected that your host has open_basedir enabled on this server. Please ask your host to disable this setting or try moving the contents of your Fireboard 1.0 to the public html folder of your site.

What can I do?  :'(
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 18, 2008, 01:21:55 PM
fireboard_to_smf.sql tries to open a path outside your home-directory and your host does not allow this..

edit the fireboard_to_smf.sql (with text-editor)

replace:
---~ settings: "/configuration.php", "../../configuration.php", "../../../configuration.php"
with:
---~ settings: "/configuration.php"

safe it, then upload the new version and try again.


Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 18, 2008, 01:53:43 PM
Thank you!

Another thing before try the modded sql file: wich path have I to write in the converter? components/com_fireboard or amdinistrator/components/com_fireboard?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 18, 2008, 01:56:53 PM
I've tried your mod and both path, but this is the result (and no convert :( ). And if I try to re-do it, the same error (open_basedir) appears!
QuoteNotice: Undefined index: convert_script in /membri/unsitoperprovare/smf/convert.php on line 792

Warning: Invalid argument supplied for foreach() in /membri/unsitoperprovare/smf/convert.php on line 795

Notice: Undefined index: convert_script in /membri/unsitoperprovare/smf/convert.php on line 807

Notice: Undefined index: convert_script in /membri/unsitoperprovare/smf/convert.php on line 703
Successful.
Recalculating forum statistics...
Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1190

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1200

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1208

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1231

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1244

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1290

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1292

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1298

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1304

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1315

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1316

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1324

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1326

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1332

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1333

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1339

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1340

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1364

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1366

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1372

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1384

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1409

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1411

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1455

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1470

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1499

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1501

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1514

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1536

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1541

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1602

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1604

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1640

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1659

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1682

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 1683

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 2385

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /membri/unsitoperprovare/smf/convert.php on line 2385

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2218

Notice: Undefined variable: result in /membri/unsitoperprovare/smf/convert.php on line 2219
Successful.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 18, 2008, 02:51:07 PM
Quote from: PaVi90 on August 18, 2008, 01:53:43 PM
Thank you!

Another thing before try the modded sql file: wich path have I to write in the converter? components/com_fireboard or amdinistrator/components/com_fireboard?
the pathes are both wrong.. it must be the path to joomla (without /components/com_fireboard)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 18, 2008, 03:06:49 PM
Uhm... what do you mean?

Fireboard's path is components/com_fireboard, isn't it?

However the converter write as SMF path: /membri/mywebsite/smf (where smf is a folder created in the root). Instead, FireBoard isn't in the root, but in a sub-directory... because of fireboard is a joomla component, and when installed it goes in the Joomla components directory... :-\
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 18, 2008, 03:30:44 PM
Quote/membri/mywebsite
is the path to joomla? then use this path for fireboard..
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 18, 2008, 04:03:09 PM
Nothing... always the same problem: a lot of warning and notice  :'(
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on August 18, 2008, 06:09:05 PM
If you get the above warnings and messages with lots of stuff about "convert_script".
Then that means the session died and you need to restart the conversion.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 19, 2008, 03:00:55 AM
Quote from: SleePy on August 18, 2008, 06:09:05 PM
If you get the above warnings and messages with lots of stuff about "convert_script".
Then that means the session died and you need to restart the conversion.
Yes, you'r right! Now it works fine. But there is a problem for avatars:

QuoteConverting...
Converting members... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting topic notifications... Successful.
Converting moderators... Successful.
Clearing unused tables... Successful.
Converting smileys... Successful.
Converting attachments... Successful.
Converting avatars...
Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4

Warning: copy() [function.copy]: Unable to access /membri/unsitoperprovare/components/com_fireboard/avatars/ in /membri/unsitoperprovare/smf/convert.php(1076) : eval()'d code on line 4
Successful.
Recalculating forum statistics... Successful.
Conversion Complete

So I tryed to move avatar folder from components/com_fireboard/_fbfiles_dist to components/com_fireboard and no error appeared this time but still I don't see avatars in SMF forum.

---------------------------

Another important thing: where to use Fireboard Login Fix? I can login as administrator in SMF!  :(

EDIT: LoginFix applied (after reset admin password from SMF, connect as admin and install the FireboardLoginFix).

What to do for avatars?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 19, 2008, 01:18:13 PM
Sorry for the UP, but it is urgent  :'(
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on August 19, 2008, 01:31:41 PM
does the smf folder have access granted to the fireboard avatars folder?

It is saying it can't access it. Which means it most likely is being denied permission to this folder.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 19, 2008, 01:40:00 PM
Thank you very much for your answer :)

I tried setting CHMOD 777 to fireboard's avatar folder, but nothing changed   ::)

I add that the last time I run convert.php, no errors were displayed! It said "Converting avatars... successful"...
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on August 19, 2008, 03:41:24 PM
does
/membri/unsitoperprovare/components/com_fireboard/avatars

exist?

Make sure the full file path exists (check each folder). This is a php generated error btw, it has nothing to do with the converter other than the converter not having the right path it was being told.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 20, 2008, 02:54:32 AM
Avatar images are in:

/components/com_fireboard/avatars/gallery

and << /membri/unsitoperprovare/ >> should be my website path...
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 20, 2008, 06:35:17 AM
copy your avatar files from
/components/com_fireboard/avatars/gallery
to
/components/com_fireboard/avatars
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 20, 2008, 09:01:17 AM
I've just tryed but if I start convert.php now there is a new error  :'(
Quote
Notice: Undefined variable: mosConfig_db in /membri/unsitoperprovare/smf/convert.php(399) : eval()'d code on line 1

Notice: Undefined variable: mosConfig_dbprefix in /membri/unsitoperprovare/smf/convert.php(399) : eval()'d code on line 1

and

QuoteSorry, the database connection information used in the specified installation of SMF cannot access the installation of Fireboard 1.0. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: Incorrect table name 'users'

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 20, 2008, 10:46:10 AM
you will get this error when convert.php is unable to find the config.php from Joomla..have you changed anything in the fireboard_to_smf.sql? or the path to Joomla was incorrect?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 20, 2008, 01:23:46 PM
No, it is all correct...  :(
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 20, 2008, 02:51:28 PM
have you changed anything in the fireboard_to_smf.sql since your post from yesterday (it works, but copying avatars failed)?
http://www.simplemachines.org/community/index.php?topic=228775.msg1666726#msg1666726
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 21, 2008, 12:31:00 AM
No, nothing...
... but there is still the config.php mod (as written at first post...)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on August 21, 2008, 12:46:28 PM
Can you post your current file you have?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 21, 2008, 03:03:55 PM
wich one?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on August 22, 2008, 12:07:56 PM
The one you where tweaking, I wanted to see what changes have been done in full.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 24, 2008, 01:39:00 AM
ok, I've attached my current configuration.php


/me has removed the attachment for security reasons
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 24, 2008, 03:26:06 AM
SleePy meant the fireboard_to_smf.sql.. please try the attached version.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 24, 2008, 04:32:08 AM
It's the same  :-\
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on August 24, 2008, 10:56:35 AM
Do you mind sending me a pm with details to your site? All that is needed is FTP (So I can edit the file and look at where your files are at in comparison) and for the mysql password for the smf database (So I can run the converter).
I will try to see if I can't get the conversion to work after tweaking some stuff.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 24, 2008, 11:24:02 AM
Quote from: SleePy on August 24, 2008, 10:56:35 AM
Do you mind sending me a pm with details to your site? All that is needed is FTP (So I can edit the file and look at where your files are at in comparison) and for the mysql password for the smf database (So I can run the converter).
I will try to see if I can't get the conversion to work after tweaking some stuff.
Thank you very much!  :)
Can we speak on msn?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on August 27, 2008, 10:51:27 AM
Very strange... now seems working  :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: kjelle on September 09, 2008, 05:53:32 AM
Parse error: syntax error, unexpected ';', expecting ')' in /home/iristyse/joomla/forum/convert.php on line 2656

please i need help can some one help me i need smf working om my site i don´t like firebord any longer
i try to convert ? 
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: kjelle on September 09, 2008, 07:36:45 AM
Parse error: syntax error, unexpected ';', expecting ')' in /home/iristyse/joomla/forum/convert.php on line 2656

any ideias?
I need to do this fast!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on September 09, 2008, 11:17:29 AM
the convert.php in the download-packages seems to be wrong/destroyed?!?
please download the version from this Topic:
http://www.simplemachines.org/community/index.php?topic=140741.0
(attached, scroll down)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on September 09, 2008, 01:38:48 PM
Please note I attached the fixed version to that topic and working on trying to fix the downloads page.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: kjelle on September 10, 2008, 04:13:50 AM
Hello i try to convert but this messages stop the convert.
i even try to truncate the members i phpmyadmin
Plese help me

Converting members... Unsuccessful!
This query:
INSERT INTO `iristyse_test`.smf_members
Caused the error:

Duplicate entry '62' for key 1
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on September 10, 2008, 11:38:03 AM
very confusing, seems to be a duplicate ID in the fireboard members table?!

edit fireboard_to_smf.sql
find
---* {$to_prefix}members
replace it with

---* {$to_prefix}members
---{
$ignore = true;
---}
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: kjelle on September 10, 2008, 01:06:36 PM
Hello that works find but the picture don´t work whith converting. another question are new admin acount?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on September 10, 2008, 01:30:02 PM
your old joomla superusers should have admin access to SMF.. the avatars folder in fireboard_to_smf.sql may be different to your fireboard configuration.. did you get any errors while converting? please post them here..
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: kjelle on September 10, 2008, 02:03:40 PM
Converting members... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting topic notifications... Successful.
Converting moderators... Successful.
Clearing unused tables... Successful.
Converting smileys... Successful.
Converting attachments...
Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Nova_1.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/Semester129.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Semester1291.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/DSC01816.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/DSC01816.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/Saskia_p__sk_tbordet.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/kopiahuvud.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/kopistullosix.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/kopistullosix.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/san.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/kopia_baktulla.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/kopia_baktulla.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/bejamin_sover.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Linda_benjamin.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/erika_ammar.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/bejamin___max.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/sombrero.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/IMG024.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/IMG027.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/PA030210.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/PA030212.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/PA030216.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/P9300195.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/P9300206.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/P9300178.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/P9300179.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Elin.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Elin_hu.png) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/Elin_huvud.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Tinka_Belt.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/Lektion_l_gga_upp_bilder.doc) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/Lektion_l_gga_upp_bilder.doc) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/Trojor.pdf) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/DSC018161.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Roosa_small.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Gideon_gr_.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Kopia_av_nybadad.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/trojor_4.gif) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/trojor_5.gif) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Mac_Dara_small.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/normal_Svardsjo7.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/8.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/8-60da86b9c157e793aeabf8682a9e2d22.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/normal_7.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/normal_7.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Wincent_o_Cavanezz.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/_MG_9988_liten_liten.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/index.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Safira_Ice.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/PB260262.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/20007.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Sweatshirt.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Munkjacka.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Munkjacka.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Huvtr_ja.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/Binder1.pdf) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/ang.PDF) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/ang.PDF) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/ang.PDF) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Sir_Ivor_2.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/kungen186.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Grace_m_gel.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/stallet_inne.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Hulda.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/kopia_1.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/kopia_1.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/IMGP0521.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/jul_Liston.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Shannando_1.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Shannando_2.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/kungen186-b889309e0fa7cd551d9fe91eb4a7eba3.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Kungen_Dalarna_.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/Saskia.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/m_nritt_030.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/files/m_nritt_025.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/mathias_4_m_n.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/components/com_fireboard/uploaded/images/mathias1.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Bonanza_lit.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Rocky_Montain.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Untitled_1.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/getskagg.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/DSC00618.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Shannon1dec.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Shannon_20tfol.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Chanel_7_m_n_dec_07.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/7_sep_07.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/S_o_C_13_Jan_07.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/arspecial.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Safira_30_april_07.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/29_sep_07_hos_Palmskog.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/P2050041.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/DSC02759.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/P__flygplatsen_liten_080204.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Lordenvin.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Lorden2v_r07.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/Lordenvin-79beb297c6f2d594d406a23bc5558385.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/fancy_AR_liten.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/fancy_AR_liten-f7eecc8020d1a89cd7304e9a2ca1d107.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/IM_A0040.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/DSC00705.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/tnpg_1366458264.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/flanker.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/IM_A0008.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/tn135_46e051b2e7742.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/files/s656732510_604885_2257.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/n656732510_341527_4430.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/files/n656732510_341527_4430.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/ATT00001.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/dennis_o_rulle.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/DSC00718.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/stina_1.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/files/HPIM2894.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/1_dennis.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/files/saga_liten.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/files/DSC04160_3_.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/lord_doolin_yngre_1_.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/r_c3_b6d2_1_.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/svartluv2_1_.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/vit2_1_.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/grafitgr_c3_a5.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/svartluv3_1_.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/r_c3_b6dtr_c3_b6ja_1_.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/DSC00017_redigerad___Kopia.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/files/DSC00017_redigerad___Kopia.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/files/DSC00017_redigerad___Kopia.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/data/members/paid/i/r/irishcobsociety.se/htdocs/www/images/fbfiles/images/DSC00017_redigerad___Kopia-5c30ac66901d352ced6f9f2a5423b2f8.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/public_html/images/fbfiles/images/hingst_224mindre.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/public_html/images/fbfiles/images/aa.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/public_html/images/fbfiles/images/Sheakespeare.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/public_html/images/fbfiles/files/Sheakespeare.jpg) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/public_html/images/fbfiles/files/Annons_f.doc) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/public_html/images/fbfiles/images/Annons_f.docx) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/public_html/images/fbfiles/files/Annons_f.docm) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/public_html/images/fbfiles/files/Nya_regler_.PDF) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/public_html/images/fbfiles/images/HPIM0163.JPG) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4
Successful.
Converting avatars...
Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4

Warning: copy(/home/iristyse/joomla/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/iristyse/joomla/forum/convert.php(1080) : eval()'d code on line 4
Successful.
Recalculating forum statistics... Successful.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: kjelle on September 10, 2008, 02:45:19 PM
this is converted and finnished from firebord iam very confused because the name exit in my smf_members sql files and the problems are this.
when iam trying to logg in to smf i am use firebord 1.0.4 and smf 1..1.6

An Error Has Occurred!
That username does not exist. 
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on September 10, 2008, 05:22:33 PM
For the avatars, it appears the file doesn't exist or isn't read/writable by php.

As for the username, are you sure you are entering the right details for the login name?
I believe fireboard supported display and usernames so make sure you are using the right one.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: morcc on September 11, 2008, 07:53:46 PM
I can't get past this error . . someone else had the same error but no fix posted

Parse error: syntax error, unexpected ';', expecting ')' in C:\wamp\www\morcc\smf1\convert.php on line 2656
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on September 11, 2008, 11:21:08 PM
There is an error in the converters on the downloads page, we are working on getting them updated here soon.
For now this file has been uploaded as an attachment in this topic: Updated Converters List & Support Topics (http://www.simplemachines.org/community/index.php?topic=140741.0)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: sankuri on September 17, 2008, 02:35:50 AM
Hi, I have a problem.
I use Joomla 1.5.6. and Fireboard 1.0.4.
I have smf and joomla tables in same database.
If I use convert.php in browser I get this error:

Parse error: syntax error, unexpected ';', expecting ')' in /usr/www/clevernet/ds-2669/eseznam.cz/www/cs/smf/convert.php on line 2656

I am really noob in mysql and php. Can anyone write a simple "what you must do" manual please?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on September 17, 2008, 10:19:08 AM
Quote from: SleePy on September 11, 2008, 11:21:08 PM
There is an error in the converters on the downloads page, we are working on getting them updated here soon.
For now this file has been uploaded as an attachment in this topic: Updated Converters List & Support Topics (http://www.simplemachines.org/community/index.php?topic=140741.0)

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on October 19, 2008, 02:24:22 AM
Quote from: PaVi90 on August 18, 2008, 11:31:40 AM
Quote from: TE on August 18, 2008, 06:38:26 AM
Converting to SMF (http://docs.simplemachines.org/index.php?board=4.0;sort=subject) should help...
Thanks for your help, but there is a problem with the converter; it says:

The converter detected that your host has open_basedir enabled on this server. Please ask your host to disable this setting or try moving the contents of your Fireboard 1.0 to the public html folder of your site.

What can I do?  :'(
Hello,
do you remember me and my problem? :)
I'm trying to convert fireboard to smf to another website, and the same error appears...
I've already tried to mod the sql file deleting some characters as you said me some messages ago, but there is still the same problem... :(
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on October 19, 2008, 02:47:44 AM
Quote from: PaVi90 on August 27, 2008, 10:51:27 AM
Very strange... now seems working  :)
Can you PM me a link to both forums  (SMF & Fireboard) and FTP-Access?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on October 19, 2008, 02:55:41 AM
Just done. Let me know if you need some other info...
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on October 19, 2008, 04:21:25 AM
It's working now ;) the configuration.php was much different from a normal joomla installation and so the fireboard_to_smf.sql was unable to read the joomla databse.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on October 19, 2008, 04:23:56 AM
wow thank you very much! Just curious... what have you modified? :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on October 19, 2008, 04:29:59 AM
in fireboard_to_smf.sql I  changed
---~ settings: "/configuration.php"
---~ from_prefix: "`$mosConfig_db`.$mosConfig_dbprefix"


to:
---~ settings: "/fireboard_migration.php"
---~ from_prefix: "`" . $fireboard_database . "`.$fireboard_prefix"


then created a new file named fireboard_migration.php and placed it to your joomla directory:

<?php

// Change this to the database name you are using.
$fireboard_database 'dbname';

// Change this to the database prefix you are using in the above database.
$fireboard_prefix 'jos_';
?>
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on October 19, 2008, 04:31:43 AM
Thanks a lot!!  :D :D

You are a wizard  :D

How can I check now if other users can log to new forum? I've applied the LoginFix package...
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on October 19, 2008, 04:42:41 AM
Have you tried it with your own account? It should work after installing the LoginFix.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on October 19, 2008, 04:59:13 AM
No, I had to reset my password because I cannot install LoginFix before resetting it...
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on October 19, 2008, 07:36:03 AM
you can convert the forum again and then test it with your account ..another way is to contact one of your members and let him/her test this..
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PaVi90 on October 19, 2008, 07:42:20 AM
Yes I've just asked a member to try the login, and everthing works fine :)

Now the next step: conversion SMF--> MyBB.

Thank you for all!!!  ;)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: balkri on November 05, 2008, 03:15:15 PM
As for the failing avatars I could modify the fireboard_to_smf.sql like this

replace
if (strlen($newfilename) <= 255 && copy($_POST['path_from'] . '/components/com_fireboard/avatars/', $attachmentUploadDir . '/' . $newfilename))
with
if (strlen($newfilename) <= 255 && copy($_POST['path_from'] . '/components/com_fireboard/avatars/' . $row['filename'], $attachmentUploadDir . '/' . $newfilename))

after I copied the avatars to the /components/com_fireboard/avatars/ directory. I got the "The first argument to copy() function cannot be a directory..."-error.


Greets,
Bálint
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on November 07, 2008, 01:15:05 PM
Thanks for the information. :) I fixed it in my sources
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: rod77 on December 18, 2008, 06:26:56 AM
i can use with joomla 1.5.8 and fireboard 1.5 in legacy?


Notice: Undefined variable: mosConfig_db in /home/bettergy/public_html/pro/convert.php(407) : eval()'d code on line 1

Notice: Undefined variable: mosConfig_dbprefix in /home/bettergy/public_html/pro/convert.php(407) : eval()'d code on line 1

ok, fix above but now:
Converting members... Unsuccessful!
This query:Caused the error:

    Duplicate entry '78' for key 1

ok fix duplicate key  ;)
only avatar missing  :-[
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on December 18, 2008, 02:03:04 PM
Where they remote avatars or ones that where uploaded?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: mgk on December 29, 2008, 02:50:23 PM
Thanks. I'm going to give it a try.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: istari1 on January 12, 2009, 04:54:44 PM
Hi,

I looked for the answer to this and can't find it. 

How do I convert to SMF from Fireboard if I only have the Fireboard database?  I have been given a full set of Joomla database, including Fireboard data and need to convert it to SMF but since I don't have an installed Joomla I want to know if I can convert using this utility.  Do I need to create a config.php and fill in my some parameters?

Thanks,
Stuart
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on January 13, 2009, 12:52:51 AM
Istari1,
that's possible .. you need to change the fireboard_to_smf.sql a little bit, then create an empty folder (for example "fireboard") and create a config.php in this folder ..
check this post please: http://www.simplemachines.org/community/index.php?topic=228775.msg1758393#msg1758393
If you need help let us know..
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: istari1 on January 13, 2009, 08:27:19 AM
Thank you! worked like a charm.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: jwied on January 14, 2009, 05:46:15 AM
I noticed at the beginning of this thread someone was reporting that all single and double quotation marks were getting escaped ( ie.  \' and \" ).  Was there a reported fix for this - I browsed the thread and I either missed it or one was never posted?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ahikmahin on January 15, 2009, 04:55:13 AM
Hallo ,,

i am new in SMF... i just installed it in my site....its cool...

i am using fireborad now..but want to convert it into SMF.

i installed SMF 2.0 and my joomla version is 1.5.8 and fireboard version is 1.0.5RC2

i tried to convert but is says - "Unable to find the settings for Fireboard 1.0. Please double check the path and try again. "


actually what patch i should enter??

i inserted =     /home/****/public_html/*****/components/com_fireboard

thankx in advance ....  ;)


*** i need this help very badly...  :-[
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on January 15, 2009, 06:04:06 AM
use this for the path:  /home/****/public_html/***** (path to Joomla without /components/com_fireboard)
If this doesn't work for you check this post please:
http://www.simplemachines.org/community/index.php?topic=228775.msg1758393#msg1758393
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ahikmahin on January 15, 2009, 06:54:30 AM
Quote from: TE on January 15, 2009, 06:04:06 AM
use this for the path:  /home/****/public_html/***** (path to Joomla without /components/com_fireboard)
If this doesn't work for you check this post please:
http://www.simplemachines.org/community/index.php?topic=228775.msg1758393#msg1758393

Thankx for quick reply..

but i got this -

Converting members... Unsuccessful!
This query:

    ALTER TABLE `***_***`.smf_members
    CHANGE passwordSalt passwordSalt VARCHAR(50) NOT NULL;

Caused the error:

    Unknown column 'passwordSalt' in 'smf_members'


:-[ :-[ :-[ any idea?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ahikmahin on January 15, 2009, 07:22:06 AM
ok now..

i changed the fireboard_smf file and created a php file as your command...

but now getting this -

"" Sorry, the database connection information used in the specified installation of SMF cannot access the installation of Fireboard 1.0. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: SELECT command denied to user '****'@'localhost' for table 'jos_users' "

but my database pass is correct...

::)

waiting for you bro...
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on January 15, 2009, 01:21:11 PM
undo you changes, the old converter should work..

Quote from: ahikmahin on January 15, 2009, 06:54:30 AM
    Unknown column 'passwordSalt' in 'smf_members'
This is an error from your database.. I think you are trying to convert your Fireboard to SMF 2.0B4? Our converters only work with SMF 1.1.x at this time.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ahikmahin on January 15, 2009, 07:50:14 PM
hallo there....

its working cool in SMF 1.7

but only 1 thing - after convert i got this -

" Converting members... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting topic notifications... Successful.
Converting moderators... Successful.
Clearing unused tables... Successful.
Converting smileys... Successful.
Converting attachments... Successful.
Converting avatars...
Warning: copy(/home/***/public_html/***/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/***/public_html/***.com/forum/convert.php(1094) : eval()'d code on line 4

Warning: copy(/home/***/public_html/***.com/components/com_fireboard/avatars/) [function.copy]: failed to open stream: No such file or directory in /home/****/public_html/***/forum/convert.php(1094) : eval()'d code on line 4
Successful.
Recalculating forum statistics... Successful.



so seems like everything cool..only avators didnt converted....



Thankx in advance...
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on January 24, 2009, 06:12:35 PM
That means that the fireboard avatars directory is not default.
If avatars where uploaded to a different directory, you will need to modify the converter to know the location of where the avatars are.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Paperclip on February 19, 2009, 03:29:13 PM
I am running joomla 1.5.8 with fireboard 1.04
When i try to convert to smf 1.1.8 i get the next message:

Sorry, the database connection information used in the specified installation of SMF cannot access the installation of Fireboard 1.0. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: SELECT command denied to user '***'@'localhost' for table 'jos_users'


Is there someone who can help me with this problem ?

Joomlapage: www.reelbox4all.com
new forum page: www.reelbox4all.com/forum
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on February 19, 2009, 03:42:02 PM
please check Common conversion errors. (http://www.simplemachines.org/community/index.php?topic=146192.0).. the MySQL user from SMF needs access to your Joomla/Fireboard Database.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Paperclip on February 19, 2009, 04:14:52 PM
The problem is that i can't use the same user name for databaseX as i have used for the new smf database:
Error: User **** already exists.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on February 19, 2009, 04:33:31 PM
ok, then there is only one solution: install SMF in the same database as Joomla / Fireboard.
SMF uses it's own table prefix (all SMF tables start with smf_ by default) and doesn't modify / influence your Joomla / Fireboard in any way.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Paperclip on February 19, 2009, 04:49:18 PM
Thanks TE for the only solution there is when you running it on the same server  :(

I gona export the sql from the SMF database and import it to the fireboard database.
I think that that is the most simple way to do. (both using UTF8)
afther importing i make a second user for that database and than only have to change the server setting in SMF
Than run the convertertool .
That must be the solution i think.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on February 19, 2009, 05:26:09 PM
yes, that's a possible solution :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SvenJ on April 15, 2009, 09:47:20 AM
Hello, :)

I tried to convert from FB 1.0.4 to SMF 1.1.8, with use of the edited scripts here.
But now I have the problem, that there is a parsing failure.

I hope someone could help me please.

Greetings, a Fan named Sven :D

Environment:
Joomla 1.5.9, Suse 9, mysql 4.0.15 and php 4.3.3


Update:
Problem solved. :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: stefanrenne2 on June 14, 2009, 12:42:32 PM
I am gething a "Unable to find the settings for Fireboard 1.0. Please double check the path and try again."

but I am sure that it is right: /home/admin/domains/xxx.com/public_html/components/com_fireboard

-----

When I am using joomla root as path I get:

Sorry, the database connection information used in the specified installation of SMF cannot access the installation of Fireboard 1.0. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: Incorrect database name ''


ps I am using fireboard 1.0.5rc
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on June 14, 2009, 12:51:47 PM
please try this path (for fireboard): /home/admin/domains/xxx.com/public_html
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: stefanrenne2 on June 14, 2009, 01:48:28 PM
Quote from: TE on June 14, 2009, 12:51:47 PM
please try this path (for fireboard): /home/admin/domains/xxx.com/public_html

then I get:

Sorry, the database connection information used in the specified installation of SMF cannot access the installation of Fireboard 1.0. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: Incorrect database name ''
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on June 14, 2009, 02:34:59 PM
Ok, but this should help..
edit the fireboard_to_smf.sql and use a migration.php
http://www.simplemachines.org/community/index.php?topic=228775.msg1758393#msg1758393
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: stefanrenne2 on June 15, 2009, 04:31:03 AM
oké the converting has worked now
only 2 things didn't

- avatars (because I use jomsocial) not a problem
- passwords

Do you have a idea to fix the passwords?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on June 15, 2009, 05:09:29 AM
You should install the fireboard_login_fix_v11.tgz via Package Manager (http://docs.simplemachines.org/index.php?board=49.0;sort=subject) (the file is attached to the first post from this topic)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: stefanrenne2 on June 15, 2009, 06:45:12 AM
yeay I got it, it works!  8)
tnx dude!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: areyna1976 on July 07, 2009, 10:56:15 PM
This converter work to end with a stand alone SMF? or has to be on a side with some Jommla?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 08, 2009, 01:53:34 AM
Quote from: areyna1976 on July 07, 2009, 10:56:15 PM
This converter work to end with a stand alone SMF? or has to be on a side with some Jommla?
No, you don't need Joomla at all.. SMF is a standalone forum and you can bridge it with Joomla (if you like)..
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: buckneri on July 20, 2009, 02:02:07 PM
Does anyone just have an sql file that i can run to convert the tables??? i do not have a working installation of fireboard i am converting an old joomla site to smf and do not have access any longer to anything other then teh database backup of the joomla site.  i just want to take the data and import it into the correct locations in smf.. no php , or any scripts necesary just the working sql file to run in phpmyadmin....
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 20, 2009, 02:57:48 PM
You should import your backup into a database first, then use the fireboard converter and modify it slightly like described in this message:
http://www.simplemachines.org/community/index.php?topic=228775.msg1758393#msg1758393

Note: You'll get some avatars- and attachments errors during conversion, don't care about..
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Mad Mongoose on July 25, 2009, 05:11:55 PM
H'ok so...I have read this entire thread and I am still having trouble.  I have everything set up, using the most up-to-date converter files and have made the needed changes to Joomla (I think).

I am using Joomla 1.5.12, PHP 5.2.5, a Linux Server, MySQL Database 5.0.77, UTF8_general_ci collation, Fireboard 1.0.5RC2 and SMF 1.1.10.

I installed SMF and then directed to the convert.php, type in all the requisite info and hit the button...then I get this error:

Converting members... Unsuccessful!
(A lot of info I don't want to post here because it has e-mails in it)
Caused the error:
Duplicate entry '63' for key 1

I hit the "Try again" button and get the same error again, exept this time its "Duplicate entry '76' for key 1" rather than 63.

Hitting the "Try again" button again returns the '76' error each time after that.

Any help?

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 26, 2009, 12:58:16 AM
JHarvey,
I believe there is a duplicate row in your Joomla database..
edit the fireboard_to_smf.sql and find:

---* {$to_prefix}members
replace it with:

---* {$to_prefix}members
---{
$ignore = true;
---}


Then restart the conversion.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Mad Mongoose on July 26, 2009, 03:59:09 AM
Bravissimo...fantastico...and much gratitude.  It worked nearly perfectly.  The only thing that did not covert was trhe passwords and avatars.  I have resolved the password issue...but the avatars I did not.

While it would be nice to have the avatars...I will live.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on July 26, 2009, 04:09:39 AM
Any Errors during avatars conversion? we can fix it but I need to know the path to your avatar files..
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Mad Mongoose on July 27, 2009, 09:45:59 PM
Actually...I found a Community Builder plug-in that did a wonderful job and has even linked for future avatar integration.

I am very very pleased.  I would like more CB integration, and I may have to start writing them, but so far my group seems very happy.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: DJBoddington on August 20, 2009, 09:22:40 AM
i have Kunena (which is just Fireboard) i do the convert but get
QuoteConverting members... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Unsuccessful!
i added the rest into a file for ya :) i have an idea that its a ' causing them to not convert, everytime i do it, it has a post which has a ' in it. well what do i know about MySQL lol not alot, so i could be wrong.

Thanks in advance!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 20, 2009, 01:03:17 PM
that's an issue with your current data from Fireboard. the single quotes aren't properly escaped. (eg. doesn\''t should be doesn\'t)

in fireboard_to_smf.sql find:
$row['body'] = preg_replace('~\[img size=(\d+)\]~i', '[img width=$1]', $row['body']);
add after:
$row['body'] = preg_replace("~\'\'~i", "'", $row['body']);
Then restart the conversion.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: DJBoddington on August 20, 2009, 02:36:35 PM
thanks :D
hmmm did that, restarted it...same error :(
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on August 22, 2009, 05:45:50 AM
DJBoddington, is it exactly the same error or is it a similar error on a different row?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: DJBoddington on August 22, 2009, 07:36:12 PM
oh it seems to worked now, oddly.
but get
QuoteConverting...
Converting members... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting topic notifications... Successful.
Converting moderators... Successful.
Clearing unused tables... Successful.
Converting smileys... Successful.
Converting attachments... Successful.
Converting avatars... Successful.
Recalculating forum statistics... Successful.
Unsuccessful!
This query:

    REPLACE INTO {$to_prefix}settings (variable, value)
    VALUES ("conversion_time", 1251154507),
    ("conversion_from", "fireboard_to_smf.sql");

Caused the 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 '{$to_prefix}settings (variable, value)
    VALUES ("conversion_time", 1251154507)' at line 1
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on September 02, 2009, 01:01:21 AM
You can safely ignore that error.  It was a new feature we added to converters to help in the future for any support related issues that may be caused by converting.  This only affected our 2.0 converters though, so if you are using the 1.1 converter I am more interested in why it gave you that error.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 25, 2009, 04:58:00 AM
Hi,

I am trying to convert Fireboard 1.0.4 to SMF 1.1.10 and always get the error:

Converting...
Converting members... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting topic notifications... Successful.
Converting moderators... Successful.
Clearing unused tables... Successful.
Converting smileys... Successful.
Converting attachments...
Fatal error: Call to undefined function getAttachmentFilename() in /www/htdocs/w0080c23/convert.php(1109) : eval()'d code on line 3

Thanks for any help, Peter
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 08:49:07 AM
Can you please make sure to use the convert script and .sql file from the Downloads > Converters page?
Linked here for convenience: http://download.simplemachines.org/?converters;software=fireboard
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 25, 2009, 09:52:42 AM
Yes, I use this converter.

The Fireboard is inside Joomla with the Community Builder component, I think the attachments and avatars are stored in other directories than without Community Builder.

Regards, Peter
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 10:02:46 AM
Please, post your convert.php file, as attachment, here. Perhaps fireboard_to_smf.sql as well.

Edit: the error doesn't seem to have anything to do with a location of the files themselves, but rather it sounds like the conversion script doesn't have a function definition available. On current versions the converter should simply not call that function, but another. A bit strange, the error.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 25, 2009, 10:37:48 AM
Thanks for Your help.

Peter
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 10:50:14 AM
Can you please tell, do you have the convert script in the SMF directory?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 11:01:03 AM
Also, please use the attached file. It adds a few messages. Please use it and copy paste here the code it should display before the error.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 25, 2009, 11:18:16 AM
Hi,

I tried the script in the SMF directory as in the root directory and received the same message.

Peter
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 11:51:24 AM
It doesn't seem like the same message, actually.

Please note first, that the conversion has actually finished, but it seems avatars and attachments were not found. (Perhaps you had these errors about "No such file or directory" before?)
Either way, please tell where the attachments, and the avatars, are stored.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 25, 2009, 12:13:02 PM
Hi,

the avatars are stored: root/images/comprofiler

the attachements: root/images/fbfiles/files

Peter
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 01:09:35 PM
Please, try using the attached file.
It's a quick fix, aiming to try finding those avatars/attachments.
In case the result is not the expected, please attach just the same the log.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 25, 2009, 02:18:21 PM
Hi,

sorry for my mistake. I wrote as directory root/images/comprofiler. With root was meant the root directory which is: /www/htdocs/w0080c23/. I have changed this in the sql-file, the messages see again in the attached file. Thank You very much.

Peter
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 02:39:40 PM
Are you running the converter from the SMF directory?

Then again, do those files exist, those about which you get "Warning"? Is the directory accessible for PHP?
For example: /www/htdocs/w0080c23/images/fbfiles/images/abbrechen.gif
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 25, 2009, 02:49:28 PM
Hi,

the attachments are copied, the warnings are not existing files. But no avatar.

Scripts running in the smf directory.

Peter
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 02:51:41 PM
Please try to use these files.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 02:53:20 PM
Ah, cross posted. Good to hear the attachments worked. Please, try the above files and the entire log as before will be appreciated, to see what the problem may be about avatars.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 25, 2009, 03:04:40 PM
Hi,

the avatars are definately stored in /www/htdocs/w0080c23/images/comprofiler. For example: /images/comprofiler/tn243_48f7095676d4f.jpg

In the attached file are only the messages with the avatars.
Peter
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2009, 03:10:52 PM
Thanks, I'll have to debug the script for this, but I'm afraid I'll do that no sooner than 12 hours or so.

EDIT: eventually, please if you could log in phpMyAdmin (What is phpMyAdmin? (http://www.simplemachines.org/community/index.php?topic=21919.0)), select the Fireboard database, and run this exact SQL query:

SELECT userid, avatar FROM fireboard_fb_users
WHERE avatar != ''
LIMIT 5;

and copy and paste, or screenshot, the result here. Thank you. :)
(replace "fireboard_" with your Fireboard database prefix)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 25, 2009, 03:13:47 PM
Hi,

no matter, I am very happy that You will do this, thanks a lot!

Peter

Screenshot attached.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 27, 2009, 08:36:13 AM
That doesn't look right... It seems the avatar information is broken in Fireboard.
Eventually, could you please look in the avatars folder and tell what are a few names of the files there?

UDPATE: I installed Fireboard and am able to confirm that your Fireboard table should have the name of the corresponding avatar file, in the 'avatar' field. I'm afraid that without correcting that (perhaps from an older Fireboard backup file) the conversion will not work because it simply doesn't have the avatar information from Fireboard.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 27, 2009, 09:32:42 AM
Hi,

I was afraid of such a thing because a lot of people "played" around in this Joomla installation. I can live without the avatars, the user must upload them again if they want, let's stop it here.

Thank You very much for Your help, if You ever come to Germany, let me know, I invite You for a big beer.

Thanks and bye, Peter

UPDATE: The avatars file names are stored in the table jos_comprofiler in the field "avatar" (example: 69_45eb33ba8df41.jpg). The table has also a field "user_id" where the user ID is stored.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: SleePy on September 29, 2009, 05:13:20 AM
Are the avatars still stored in "/path/to/joomla/components/com_fireboard/avatars"
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: PKUlm on September 29, 2009, 05:29:10 AM
Hi,

it' done. I copied the avatar file name in the avatar field of the DB of SMF, than the conversion run through.

Thanks to all, Peter
Title: How can I convert Fireboard 1.0.5 RC2 to SMF2?
Post by: baijianpeng on November 03, 2009, 02:46:37 AM
I downloaded the converter for FireBoard->SMF2 in the download area on this official website. Then I tried it, when I click the "continue" button, I got error messages:

QuoteConverting...
Converting members...Wrong value type sent to the database. Integer expected. (karma_good)

My system:

Joomla 1.0.15
FireBoard 1.0.5 RC2
SMF2 RC 1.2 (standalone but in the same database as Joomla)
PHP 5.2.8
MySQL 5.0

It seems that the conversion stopped just after the very beginning!

Did I missed anything?

Is it possible to directly convert from FireBoard 1.0.5 RC2 to SMF 2 RC1.2?

Thanks.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on November 03, 2009, 02:53:29 AM
Please, try using the attached files.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: baijianpeng on November 03, 2009, 06:48:03 AM
Thank you Norv, I tried your attachments and got following error:

QuoteConverting...
Converting members...
alterDatabase('members', 'change column', array( 'old_name' => 'password_salt', 'name' => 'password_salt', 'type' => 'varchar', 'size' => 50, 'default' => '' ));
Wrong value type sent to the database. Integer expected. (posts)

I am testing this on my localhost server which was built with XAMPP v1.7.0 on my WinXP PC.

Maybe something is wrong in this converter, could you please check it again and revise it?

Thanks.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on November 03, 2009, 08:34:42 AM
Please, try this instead.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: baijianpeng on November 03, 2009, 10:23:39 PM
Quote from: Norv on November 03, 2009, 08:34:42 AM
Please, try this instead.

Still get error:

Quote
Converting...
Converting members...
alterDatabase('members', 'change column', array( 'old_name' => 'password_salt', 'name' => 'password_salt', 'type' => 'varchar', 'size' => 50, 'default' => '' ));
Wrong value type sent to the database. Integer expected. (karma_good)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on November 04, 2009, 12:36:39 AM
This problem should also be corrected, please see the attached file.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: baijianpeng on November 04, 2009, 01:33:34 AM
Quote from: Norv on November 04, 2009, 12:36:39 AM
This problem should also be corrected, please see the attached file.

This time there was NO error, and the converter shown "successful".

I went to my SMF2 and saw all the members, categories and posts from FireBoard had been transfered to SMF2. That is great!

However, I would like to report a new problem (in fact the same issue happened on SMF1 conversion). In order to describe this issue clear, please forgive my detailed long post below:

1. System info

server:  XAMPP v1.7.0 (php 5.2.8, mysql 5.0)

Joomla version: Joomla 1.0.15
Joomla Path: http://localhost/uhiker/

FireBoard version: FireBoard 1.0.5 RC2
Community Builder verson: CB 1.1
FireBoard integrated with CB: Yes

SMF version: SMF 2.0 RC 1.2
SMF Path: http://localhost/uhiker/smf2/

2.  In my FireBoard forum, there were many attachments in posts. Almost all of the attachments are pictures. They were stored in this folder:

http://localhost/uhiker/images/fbfiles/images

After conversion, I went to visit those posts with attachments, I saw that there is NO image shown up. In the post, there is an image but shown as red cross which means can't find the image.

I right click on the missing image and see its property, then I noticed that the path of that image is:

http://localhost/uhiker/smf2/images/fbfiles/images/10-96ab2d58e7381e7adf5736863665c003.jpg

In fact, there is NO such a folder named /images inside the SMF2 folder. So the image can't be located. This is why I saw red corss instead of the correct image.

I guess: in original FireBoard forum, the image has a relative URL as:
images/fbfiles/images/10-96ab2d58e7381e7adf5736863665c003.jpg

This path is correct since the FireBoard will read this URL as:

http://localhost/uhiker/images/fbfiles/images/10-96ab2d58e7381e7adf5736863665c003.jpg

You can see that, this is the correct location where Joomla stored my FireBoard attachments.

Now, when the convert script do the conversion job, it did not modify the IMG tag inside the posts, just copyed as was. So images in the SMF posts also has the same relative path, but now, because SMF2 was installed in a subfolder to Joomla root, now such a path will be wrong.

Though I can copy that /images/fbfiles/images/ folder from Joomla root to SMF2 folder then make all these images appear, I think it is not a good idea.

Because, I noticed that the converter had already copied each attachment from /images/fbfiles/images/ folder to the /attachments folder of SMF2. Why it can't link these copied attachments to posts?

Another problem is: during the conversion, the script told me it had done the re-calculation and statistics job, however, it did not. I have to go to the SMF2 admin, and do the "Recount all forum totals and statistics" job manually to get correct info at the bottom of the SMF2 index page.

Hope you will continue to improve this converter.

Thank you very much!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on November 04, 2009, 02:23:36 AM
About attachments:
The files copied over in SMF folder / attachments, are they okay?
SMF has a path specified at Admin > Attachments and avatars > Attachment settings, for the location of attachments. By default, this path is ./attachments subfolder from the SMF folder. So the converter should copy them there, where SMF expects them.
Did it do that? If yes then the images should be found (I think) as long as they're attached to a post. If they're in IMG tags, that indeed is not updated and the images in IMG will not be found if the path doesn't match anymore. I'm not sure the content in IMG tags can be updated, even, for attachments, as a clear path, because SMF stores attachments by encrypting their names, for security reasons, and this name and full path of the physical file should be inaccessible (unknown) fully to any member of the forum (so it shouldn't appear in clear text in paths). In case we display the correct path to the image in an IMG tag, then this security measure becomes null.
In case I am perhaps misunderstanding, could you please link or copy paste an example of the problem, eventually, for us to try to see what could be done?

About statistics, you're right, of course, though normally the converter did do its own "recalculations" in order to ensure a little consistency of the converted data. It could be improved with other things that only "recount all forum totals and statistics" currently does.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: baijianpeng on November 04, 2009, 07:07:10 AM
Quote from: Norv on November 04, 2009, 02:23:36 AM
The files copied over in SMF folder / attachments, are they okay?

Yes! All those images formerly in <joomla>/images/fbfiles/images folder were copied over to SMF folder /attachments. And of course, their names were also encrypted.

But in the post, all images were in IMG tags.

I guess, the reason is: FireBoard has a bad design which will embed uploaded images in the post with IMG tag. So, when the converter do its job, it will transfer the post content EXACTLY as the original post. So, SMF also show these images with IMG tags.

Do you think it is possible to convert those IMG tags to attachments links during the conversion?

Thanks.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on November 04, 2009, 01:26:43 PM
I will look into it as soon as possible.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: saintsinner on November 24, 2009, 07:21:35 PM
Recalculating forum statistics... Successful.
While converting i get this error message on step 2. Anyone know about it?  Thanks

QuoteNotice: Undefined variable: to_prefix in /home/footbal4/public_html/smf/convert.php on line 1821
Unsuccessful!
This query:
REPLACE INTO settings (variable, value)
VALUES ('conversion_time', 1259108418),
('conversion_from', 'fireboard_to_smf.sql');
Caused the error:

No database selected
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on November 25, 2009, 01:52:52 PM
Please ignore that error, it is not relevant for the conversion, but a bug in the converter. Your database should be converted now.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: walibe on May 02, 2010, 11:51:40 AM
OK I'm getting this error for the converter (Joomla 1.5)

Fatal error: Call to undefined function: loaddatabase() in /home/udmhxpao/public_html/smf/convert.php on line 411

So its not finding my SMF database?

   Line 411 is loadDatabase();

Where is it picking up the info to load the database from because its not worked :).
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on May 02, 2010, 12:15:30 PM
Hello there!
Please note: if you install SMF 1.1.11, then you should use a converter to SMF 1.1.11, while if you install SMF 2.0 RC3, then you should use a converter to SMF 2.0 RC3.

Are you sure this is the case? :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: walibe on May 02, 2010, 02:38:10 PM
Yep this SMF 1.11 I am using - the site being developed at www.walibe.com/smf to replace the site seen at www.scenicforums.com.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on May 02, 2010, 02:46:44 PM
Then please use the converter to SMF 1.1.11, as it should be available for download  on this site's Downloads > Converters.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: walibe on May 02, 2010, 03:19:07 PM
Hang on this the 2.0 converter?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on May 02, 2010, 03:41:24 PM
Please try: http://download.simplemachines.org/index.php?thanks;filename=smf_1-1-11_fireboard_converter.zip
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: walibe on May 02, 2010, 04:02:59 PM
Damn - lol - thankyou for your patience - its going alot smoother now I'm using the correct converter - lol. Didn't wanna risk the latest RC on a live site. Thankyou!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on May 02, 2010, 04:46:12 PM
No worries, we have a little too many files spread around, it can happen. I think we should do a better organization of them...
Please let us know how it goes, if you wish.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: walibe on May 08, 2010, 01:00:53 PM
The conversion went very well with just a couple of errors due to changes I made to my original fireboard install. I am glad I am finally rid of it.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: walibe on May 09, 2010, 04:33:30 AM
Oh well it sort of worked. For some reason users actual names have become their username/logons which has screwed everything up. Will have to look into this.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: walibe on May 09, 2010, 05:23:22 AM
OK I now realise SMF has a bit of an odd setup - users should still be able to login but those users that filled out their Real Names now have those as their Displaynames.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on May 09, 2010, 12:57:00 PM
Yes... There is a login name, and a name displayed on forum, which can be different than the one you login with. For some reason, SMF does consider the display name equivalent to a "Real name" - the one you want to be known as, as opposed to the one you use as mere technicality, the login name.

So there was something actually unexpected here? What exactly would be expected?
Title: Convert from Kunena 1.5.6 to SMF 1.1.11 causes passwords to not work.
Post by: damainman on July 05, 2010, 11:32:52 PM
Hello,

I installed SMF 1.1.11 and used the Kunena converter listed on the website, which actually says "fireboard 1.0" when you use it.

However at first it didn't work until I did the solution in the following post: (I had the same problems as him)
- http://www.simplemachines.org/community/index.php?topic=356252.msg2423176#msg2423176

However, none of the user passwords work to log into the forum. The only way I was able to log in was by using the forgot password feature and resetting my password.

It looks like the forum posts imported correctly, although it merged subforums into the parents forums.

Anyone know why the passwords don't work or how I can get them to work?

Note:
Password Fields:
Joomla - jos_members: Type = VARCHAR, Length/Value = 100, Collation = utf8_general_ci
SMF - smf_members: Type = VARCHAR, Length/Value = 64, Collation = latin1_swedish_ci
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: damainman on July 06, 2010, 12:45:13 AM
I used the converter located on the download section of the smf website. However none of my passwords work. So I found this post and tried to install the package: Fireboard_Login_Fix_v11.tgz 

But I consistently get this error:

QuoteThe package you tried to upload either is not a valid package or has become corrupted.

So I heard about the "Version Emulate Dropdown" package, which is a .zip file and installed with no errors. I tried switching the different emulation versions but it still ended in failure.

So I uncompressed Fireboard_Login_Fix_v11.tgz  and made it into a .zip file and tried again. Still, I get the same error. It seems like this just doesn't work. I'm using "SMF 1.1.11" btw.

Thank you in advance for any advice and suggestions.

------
Note:
Upon further investigation it looks like the mod just changes the login page to accept the old passwords. Does this mean it doesn't actually change the passwords in the database to be compatible with smf? My first impression was that the mod fixed the password field so it works correctly. However I am guessing that is not the case here huh?

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on July 19, 2010, 04:21:12 PM
The mod does change indeed the Login page, to accept the old passwords. However, immediately as they are accepted, at a successful login, SMF will hash them in its own way, and will store its hash in the database.

Please in case you didn't already, try making manually the little changes in the LogInOut.php file, so that it accepts the passwords.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: FMurad on September 25, 2010, 10:03:27 AM
hi everyone ,

i need your help please ,
i've this error when am converting from Kunena/Fireboard to smf

"" Sorry, the database connection information used in the specified installation of SMF cannot access the installation of Fireboard 1.0. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: 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 '(jos_)users' at line 2  ""

- in joomla db , kunena users table name is  : jos_fb_users
- i've edited kunena_to_smf.sql file
/******************************************************************************/
---~ version: "SMF 1.1"
---~ settings: "/configuration.php", "../../configuration.php", "../../../configuration.php"
---~ from_prefix: "`root`.prefix(jos_)"
---~ table_test: "{$from_prefix}users"

/******************************************************************************/
C:\AppServ\www\****\components\com_kunena


any suggestions !

Appreciate ur help .
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2010, 10:19:33 AM
Can you please try using the converter package on this site's downloads > kunena?
What joomla version do you have?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: FMurad on September 25, 2010, 03:20:42 PM
Thanks for ur response Norv ,

i've used http://download.simplemachines.org/?converters;software=kunena , Kunena to SMF 1-1-11  converter , and am using Joomla 1.5 , am not sure if the problem connection to database , i set same password for all db, scripts , or the prefix
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2010, 03:26:04 PM
Can you please see also: http://www.simplemachines.org/community/index.php?topic=356252.msg2423565#msg2423565

I think we should add those instructions and configuration file (or something similar) in the converter package for Fireboard/Kunena for joomla 1.5+, but unfortunately we didn't do so yet.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: FMurad on September 25, 2010, 03:54:57 PM
Norv ,

After creating the configration file and change the values , am getting this  error

Fatal error: Call to undefined function loadDatabase() in C:\AppServ\www\try2\convert.php on line 414   , when using Kunena to SMF 1-1-11  converter  and :
Sorry, the database connection information used in the specified installation of SMF cannot access the installation of Fireboard 1.0. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: Incorrect database name ''

when using Kunena to SMF 2-0-rc3   converter

am 100% db name is correct in congigration file and phpmyadmin for joomla .

anything else to check !
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2010, 03:58:09 PM
Can you please make sure that: if you have SMF 1.1.11 installed, use the converter to SMF 1.1.11. If you have SMF 2.0 installed, only then, use the converter to SMF 2.0 (to SMF 2.0 RC3) :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: FMurad on September 25, 2010, 04:01:36 PM
Norv , it workedddd ,  ;D Thanks alottttttttttt
its typoo mistake in the file name  ???

now i've problem with language its all ?????       ????? ??? 2 ????? ??? 1   questions marks ... its an encoding issue , but i've no idea how to fix it , appreciate ur help
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2010, 04:06:41 PM
When you start the converter, it asks about encoding. Can you please try to make sure you choose the right encoding as your data is?
Which is it, by the way?

If the first fails, then:
If you login in phpmyadmin, you can select the joomla database, select a table like "users", and see the "collation" column: what is it?
Also, in SMF's database, if you select the members table - and the "Structure" tab -, what is "collation" column?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: FMurad on September 25, 2010, 05:19:58 PM
Joomla collation is UTF8_general_ci  , SMF  collation  is UTF , i've tried to change the collation of SMF to utf8_general_ci after completing conversion process , but data still shows ????????????  . also when i run the converter no option to choose utf8_general_ci

Set SMF's default character set to: ..... only UTF is there and other windows-XXXX  encoding ..

any suggestion !

Thanks again
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on September 25, 2010, 05:51:36 PM
UTF8 seems to be okay then... So you could choose UTF8 in the converter.

But the question is also: how was SMF installed? It should also be installed as UTF8, and a language pack for UTF8 added to it, as default pack.
You can see if it's installed as UTF8 by right-clicking a page of the forum, and choosing "view source" in your browser - take a look at the html source, it should say among the first lines something like "charset=UTF-8". (or something else)

If SMF is not UTF8 itself, then you could:
- either reinstall it completely (just ditch everything and install it one more time as utf8)
- or convert it: in your Admin panel there should be: Admin > Maintenance > Database and paths > Convert to UTF8.

After reinstalling or converting to UTF8, you might want to install an UTF8 language pack (Admin > Languages > Add language, choose UTF8 ones, and make one default :))

Then (after any of the two alternatives) you may need to re-run the conversion, choosing UTF8.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: FMurad on September 26, 2010, 03:55:58 PM
I'll try that ..

Thank you  :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: arunsiam on October 09, 2010, 09:44:13 AM
Is it a good idea to convert from kunena (joomla) to smf.
Kunena is easy to install with joomla but smf is by far a better webboard cms.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on October 09, 2010, 12:57:15 PM
Well, I don't think anyone can take that decision for you - if it's better for your forum, only you know. :)

You might want to test SMF, make an installation and play with it a little.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: rob99 on March 31, 2011, 04:24:54 PM
Rather than start a new topic I thought I would continue this one.

I am attempting to convert Kunena to SMF within Joomla.

I have installed and have a working copy of SMF and I am just trying to convert the Kunena data to SMF using the converter as recommended.

Details:
Kunena version 1.6.3
SMF version 1.1.13

Converter: smf_1-1-13_kunena_converter

I have created and added the configuration file as recommended here: http://www.simplemachines.org/community/index.php?topic=379186.0

And I am getting the following error when I try to convert:

Sorry, the database connection information used in the specified installation of SMF cannot access the installation of Fireboard 1.0. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: SELECT command denied to user 'usr4e02614af73de'@'localhost' for table 'usrf6d876b199951users'


Any advice will be much appreciated.

Rob :)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Illori on April 01, 2011, 06:35:08 AM
you need to make sure your mysql user has permissions for both databases if they are not one in the same.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: rob99 on April 01, 2011, 09:28:32 AM
Quote from: Illori on April 01, 2011, 06:35:08 AM
you need to make sure your mysql user has permissions for both databases if they are not one in the same.

Sorry, I am new to this kind of thing and I have no idea what that means. :(

Can someone explain what I need to do as if you are talking to an idiot (me!)   :laugh:
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Illori on April 01, 2011, 12:35:24 PM
are you using 2 different databases in your attempt to convert your forum? if so then each database has its own user that user needs to have permissions on both databases.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: rob99 on April 01, 2011, 12:55:18 PM
Quote from: Illori on April 01, 2011, 12:35:24 PM
are you using 2 different databases in your attempt to convert your forum? if so then each database has its own user that user needs to have permissions on both databases.

I'm not sure.

Kunena has a database.
The SMF forum I guess has a database but I assumed that would be overwritten by the Kunena database?

I am lost and confused!
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: ThorstenE on April 01, 2011, 01:32:37 PM
Common conversion errors. (http://www.simplemachines.org/community/index.php?topic=146192.0)
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: niagaralex on April 15, 2011, 03:26:57 PM
Hello,

I'm trying to use the converter agora to smf.
When I try it on localhost it works fine, but when I try it on production server I'm getting this error:
"Unable to find the settings for Agora. Please double check the path and try again."

Can someone help me?
Thanks a lot

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Patn76 on April 18, 2011, 06:38:59 AM
Hi!

Can anyone convert a SMF forum to Kunena? It is pretty urgent but we pay of course.
The site is http://www.foretagande.se/forum.html

Regards
Patrik
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Illori on April 18, 2011, 06:40:34 AM
smf does not convert smf to any other platform you would need to use the support forum for what you want to convert to.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: mjblack on May 28, 2011, 08:26:48 AM
HI all,

Ok guys, im obviously bing very thick, perhaps you can clarify a little help.

read through thall these threads about a 10 times trying to glean something as to what i have missed or screwed up.
Ok Converting from Agora to SMF

Downloaded the files fireboard to SMF, uploaded to SMF directory. (im assuming that i use the fireboard converter as i couldnt find Agora one)

Changed config.php in joomla

url'ed to www...../convert.php

Errors..


Sorry, the database connection information used in the specified installation of SMF cannot access the installation of Fireboard 1.0. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.

The error MySQL gave was: Incorrect database name ''

according to phpmyadmin:

new in install is greenair_smf347


Database: greenair_smf347 (with all privilages)

We have found the limits of Agora and the SMF forum we did have a while ago was excellent, and i really need to migrate all to a new SMF.

can somone please tell me, what i am doing wrong or at least the process procedure from start to finish.

been on this for a day or so now....its now driving me nut.

Many thanks in advance.

regards,

Mike.

Dr Mike Black
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: mjblack on May 28, 2011, 11:07:24 AM
OK...moving on....we are getting somewhere now..

My problem now seams to exist in that:

The error MySQL gave was: SELECT command denied to user 'greenair_smf347'@'localhost' for table 'jos_users'

I hhave added this user to jos_users in joomla, but still the same error.

Would someone be kind enough to explain the procedure for creating/adding the user and its attributes so we can move to teh next step?

regards,

Mike.

Dr Mike Black
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: mjblack on May 31, 2011, 06:48:18 AM
Hey guys,

Ok copied the SMF database into the joomla database, changed settings so that SMF looks to that database.

All fine...all works ok..

But still getting the error:

The error MySQL gave was: SELECT command denied to user 'greenair_joomla1'@'localhost' for table 'jos_users'

when i run the converter....

Can someone please give me 30secs of time to explain the process to sort this?

Think im starting to lose my mind ::) cant think of any other way to add the user to joomla1 as its the root database.

Thanks in advance!

Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: Norv on June 01, 2011, 09:34:44 PM
Please take a look in your host's control panel to add users to a database, in case you didn't do already. And it might have some options too, about what privileges these users may have.
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: shinyidol on July 25, 2011, 09:39:44 PM
ok, so I just tested this out and I'm getting real names displayed instead of username. How do you resolve this?
Title: Re: [SMF Converter] Fireboard 1.0.x
Post by: qkstudio on August 06, 2013, 01:24:07 PM
I would like to know if the migration plugin to migrate to Fireboard is still up to date for the last version of SMF.

Thanks!