Best of joomla gives you news, joomla templates, extensions, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Dear FireBoard users,
In order to further develope the need of Joomla for a robust forum, FireBoard component has been moved to its own new home and new name. You can find more information regarding the Kunena, the successor of FireBoard, at kunena.com. The current forum here will stay for some time more for referencing needs. You can find the FireBoard files under joomlacode.org.
Upgrading to Kunena is highly recommended!

Kunena! - To Speak!

A revolution is coming... Kunena - Swahili for: To Speak! THE Next generation of native Joomla based Forum ultra component. Forget what you know about Joomla based forums...
Amazingly Simple Lean and Clean Easier Customization
Kunena is about to redefine the world of Joomla! with the most simplistic ultra component out there. For ultimate performance based on state of the art development techniques, Kunena! is about to bring you... With an integrated plugin system that will allow you to extend Kunena beyond your wildest imaginations...
Welcome, Guest
Please Login or Register.    Lost Password?
phpBB (1 viewing) (1) Guest
TOPIC: phpBB
#2401
Re:phpBB 2 Years, 2 Months ago  
This is great news.
I came here with the question of how to convert from phpbb and it has asked and answered.
Thanks Asli.
steve (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#3147
Re:phpBB 2 Years, 2 Months ago  
The convertor worked smoothly (altho my forum isn't working anymore now, no clue why). There was one major tweak I had to add for usernames with -'- in it, though (somehow you always end up with bastard who want to have fancy names )

The changed file is added below for those in need as well

File Attachment:
File Name: phpbb2fb-6e2455a3eb38a47005d7a3a8cb751708.zip
File Size: 4358


Post edited by: michiel, at: 2007/04/26 13:18

Post edited by: michiel, at: 2007/04/26 13:19
michiel (User)
Junior Boarder
Posts: 33
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#3169
Re:phpBB 2 Years, 2 Months ago  
michiel wrote:
(somehow you always end up with bastard who want to have fancy names )
LOL! I couldn't help but laugh at this! It is sooo true!
whouse (Moderator)
FB Support Team
Moderator
Posts: 648
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#3617
Re:phpBB 2 Years, 2 Months ago  
Is there a way to convert from phpBB to FB if the tables of Joomla and phpBB are not in the same database?
Black Hawk (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#3627
Re:phpBB 2 Years, 2 Months ago  
Is there a way to convert from phpBB to FB if the tables of Joomla and phpBB are not in the same database?
then just temporarily copy them to the same db
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
 
#3846
Re:phpBB 2 Years, 2 Months ago  
Hi!

Im having a problem in my phpBB2 converting...

Invalid query:
SELECT p.post_id, p.poster_ip, p.topic_id, p.poster_id, p.post_time, p.post_username, t.topic_title, t.forum_id, t.topic_views, x.post_subject FROM phpbb_posts AS p, phpbb_topics AS t, phpbb_posts_text AS x WHERE p.topic_id = t.topic_id AND p.post_id = x.post_id ORDER BY p.topic_id, p.post_id
MySQL client ran out of memory


Can someone help?

Arcanjo
Arcanjo (User)
Senior Boarder
Posts: 119
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Oficina dos Animais Location: Portugal Birthdate: 1973-08-11
Logged Logged
 
 
#3847
Re:phpBB 2 Years, 2 Months ago  
definitely check if your query is correct.. and umm.. try googling "MySQL client ran out of memory". It seems to be a common problem w/ db's in general and it appears that there's some solutions you can look into. :]
gene (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#3848
Re:phpBB 2 Years, 2 Months ago  
gene wrote:
definitely check if your query is correct.. and umm.. try googling "MySQL client ran out of memory". It seems to be a common problem w/ db's in general and it appears that there's some solutions you can look into. :]

Thanks.for the answer.

The query is correct it must be something about my phpBB forum because I have more than 3000 users and at moment 117865 messages so maybe the result of this query is to large..

I googled like you said and I found this...but I cant seem to understand...

B.1.2.7. Out of memory

If you issue a query using the mysql client program and receive an error like the following one, it means that mysql does not have enough memory to store the entire query result:

mysql: Out of memory at line 42, 'malloc.c'
mysql: needed 8136 byte (8k), memory in use: 12481367 bytes (12189k)
ERROR 2008: MySQL client ran out of memory

To remedy the problem, first check whether your query is correct. Is it reasonable that it should return so many rows? If not, correct the query and try again. Otherwise, you can invoke mysql with the --quick option. This causes it to use the mysql_use_result() C API function to retrieve the result set, which places less of a load on the client (but more on the server).


Please?

Arcanjo
Arcanjo (User)
Senior Boarder
Posts: 119
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Oficina dos Animais Location: Portugal Birthdate: 1973-08-11
Logged Logged
 
 
#3849
Re:phpBB 2 Years, 2 Months ago  
maybe check with your system admin? unless you are running this urself... otherwise... i don't have an answer. :T anyone else wanna take a stab?
gene (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#3850
Re:phpBB 2 Years, 2 Months ago  
Im no system admin..

I tried to increase the memory in the converter script adding this ini_set("memory_limit","36M";

Now it does not give me the error but the script does end....but firefox says its ended...but no...the users are not imported the topics are not imported only my forums are imported and nothing more...
Arcanjo (User)
Senior Boarder
Posts: 119
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Oficina dos Animais Location: Portugal Birthdate: 1973-08-11
Logged Logged
 
 
Go to top