Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:phpBB (1 viewing) (1) Guest
Go to bottom Favoured: 8
TOPIC: Re:phpBB
#2192
Re:phpBB 1 Year, 5 Months ago  
i'd like to also say thanks for this component. after tim_online stopped supporting phpbb integration w/ joomla, i sorta knew i was screwed until something else better came along.

i jumped on board and used the converter file and it worked w/ minor tweaks. a while ago, there was a module that integrated phpbb users with joomla users and it basically migrated all the phpbb_users into jos_users eliminating the phpbb_users field (as specified in the phpbb2fb file). As a result, "user_id" disappeared from the phpbb tables and you have to replace "user_id" w/ "id" in the phpbb2fb file. It worked for me... but can someone else confirm this?
gene (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#2237
Re:phpBB 1 Year, 5 Months ago  
Could this be integrated into the backend in the next release?
Dbzman (User)
FB Support Team
Junior Boarder
Posts: 86
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 292452103 Gender: Male Crysis-Welten Location: Germany Birthdate: 1990-09-04
Logged Logged
 
My Post was useful? Then please leave some Karma.
 
The administrator has disabled public write access.  
#2401
Re:phpBB 1 Year, 5 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
 
 
The administrator has disabled public write access.  
#3147
Re:phpBB 1 Year, 5 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
 
The administrator has disabled public write access.  
#3169
Re:phpBB 1 Year, 5 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
 
Please mark all resolved threads as SOLVED.
If you start a thread and the original topic is resolved, please edit the subject title of the original thread with SOLVED: at the beginning please.
 
The administrator has disabled public write access.  
#3617
Re:phpBB 1 Year, 5 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
 
The administrator has disabled public write access.  
#3627
Re:phpBB 1 Year, 5 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
 
Best Of Joomla Team
FireBoard Project Manager
 
The administrator has disabled public write access.  
#3846
Re:phpBB 1 Year, 5 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
 
The administrator has disabled public write access.  
#3847
Re:phpBB 1 Year, 5 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
 
The administrator has disabled public write access.  
#3848
Re:phpBB 1 Year, 5 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
 
The administrator has disabled public write access.  
Go to top