Advertisement:

Author Topic: [SMF Converter] Fireboard 1.0.x  (Read 163031 times)

Offline SleePy

  • SMF Friend
  • SMF Master
  • *
  • Posts: 28,734
  • Gender: Male
  • Thats his happy face.
    • @jdarwood on Twitter
    • SleePy Code - My personal site
Re: [SMF Converter] Fireboard 1.0.x
« Reply #40 on: March 22, 2008, 11:34:20 AM »
sheik28,
Did you edit the code I posted?
Code: [Select]
$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
]
Jeremy D — Ex-Site Manager
Support the SMF Support team!
Profiles:
GitHub
G+

Offline ChrisFBBS

  • Semi-Newbie
  • *
  • Posts: 60
Re: [SMF Converter] Fireboard 1.0.x
« Reply #41 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.
www.freeblackberrystuff.com Blackberry neews plus... free blackberry themes free blackberry apps and free blackberry games

Offline forepro

  • Semi-Newbie
  • *
  • Posts: 32
Re: [SMF Converter] Fireboard 1.0.x
« Reply #42 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!

Offline SleePy

  • SMF Friend
  • SMF Master
  • *
  • Posts: 28,734
  • Gender: Male
  • Thats his happy face.
    • @jdarwood on Twitter
    • SleePy Code - My personal site
Re: [SMF Converter] Fireboard 1.0.x
« Reply #43 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.
]
Jeremy D — Ex-Site Manager
Support the SMF Support team!
Profiles:
GitHub
G+

Offline zelula

  • Newbie
  • *
  • Posts: 1
Re: [SMF Converter] Fireboard 1.0.x
« Reply #44 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!
« Last Edit: March 28, 2008, 05:46:16 PM by zelula »

Offline SleePy

  • SMF Friend
  • SMF Master
  • *
  • Posts: 28,734
  • Gender: Male
  • Thats his happy face.
    • @jdarwood on Twitter
    • SleePy Code - My personal site
Re: [SMF Converter] Fireboard 1.0.x
« Reply #45 on: March 29, 2008, 12:06:13 AM »
Common conversion errors.

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.
]
Jeremy D — Ex-Site Manager
Support the SMF Support team!
Profiles:
GitHub
G+

Offline Asin

  • Newbie
  • *
  • Posts: 2
Re: [SMF Converter] Fireboard 1.0.x
« Reply #46 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.

Offline SleePy

  • SMF Friend
  • SMF Master
  • *
  • Posts: 28,734
  • Gender: Male
  • Thats his happy face.
    • @jdarwood on Twitter
    • SleePy Code - My personal site
Re: [SMF Converter] Fireboard 1.0.x
« Reply #47 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?). You may need to change smf_ to your database prefix if it is different.
Code: [Select]
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.
« Last Edit: April 02, 2008, 08:09:26 PM by SleePy »
]
Jeremy D — Ex-Site Manager
Support the SMF Support team!
Profiles:
GitHub
G+

Offline Boggie

  • Semi-Newbie
  • *
  • Posts: 11
Re: [SMF Converter] Fireboard 1.0.x
« Reply #48 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.
« Last Edit: April 01, 2008, 03:41:23 PM by Boggie »

Offline SleePy

  • SMF Friend
  • SMF Master
  • *
  • Posts: 28,734
  • Gender: Male
  • Thats his happy face.
    • @jdarwood on Twitter
    • SleePy Code - My personal site
Re: [SMF Converter] Fireboard 1.0.x
« Reply #49 on: April 01, 2008, 09:17:08 PM »
What error did it output
]
Jeremy D — Ex-Site Manager
Support the SMF Support team!
Profiles:
GitHub
G+

Offline Boggie

  • Semi-Newbie
  • *
  • Posts: 11
Re: [SMF Converter] Fireboard 1.0.x
« Reply #50 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

Offline SleePy

  • SMF Friend
  • SMF Master
  • *
  • Posts: 28,734
  • Gender: Male
  • Thats his happy face.
    • @jdarwood on Twitter
    • SleePy Code - My personal site
Re: [SMF Converter] Fireboard 1.0.x
« Reply #51 on: April 02, 2008, 12:30:02 AM »
You said it goes to a regular error page?
]
Jeremy D — Ex-Site Manager
Support the SMF Support team!
Profiles:
GitHub
G+

Offline Boggie

  • Semi-Newbie
  • *
  • Posts: 11
Re: [SMF Converter] Fireboard 1.0.x
« Reply #52 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.

Offline SleePy

  • SMF Friend
  • SMF Master
  • *
  • Posts: 28,734
  • Gender: Male
  • Thats his happy face.
    • @jdarwood on Twitter
    • SleePy Code - My personal site
Re: [SMF Converter] Fireboard 1.0.x
« Reply #53 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.

]
Jeremy D — Ex-Site Manager
Support the SMF Support team!
Profiles:
GitHub
G+

Offline Boggie

  • Semi-Newbie
  • *
  • Posts: 11
Re: [SMF Converter] Fireboard 1.0.x
« Reply #54 on: April 02, 2008, 09:03:56 PM »
I'll check that out here in a sec.  Thanks for the suggestion

Offline Boggie

  • Semi-Newbie
  • *
  • Posts: 11
Re: [SMF Converter] Fireboard 1.0.x
« Reply #55 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
« Last Edit: April 02, 2008, 09:13:44 PM by Boggie »

Offline SleePy

  • SMF Friend
  • SMF Master
  • *
  • Posts: 28,734
  • Gender: Male
  • Thats his happy face.
    • @jdarwood on Twitter
    • SleePy Code - My personal site
Re: [SMF Converter] Fireboard 1.0.x
« Reply #56 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?
]
Jeremy D — Ex-Site Manager
Support the SMF Support team!
Profiles:
GitHub
G+

Offline amot

  • Newbie
  • *
  • Posts: 8
Re: [SMF Converter] Fireboard 1.0.x
« Reply #57 on: April 05, 2008, 11:00:38 PM »
How do i apply the fix for the LOGIN?

Offline Boggie

  • Semi-Newbie
  • *
  • Posts: 11
Re: [SMF Converter] Fireboard 1.0.x
« Reply #58 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

Offline amot

  • Newbie
  • *
  • Posts: 8
Re: [SMF Converter] Fireboard 1.0.x
« Reply #59 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.