| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 8
TOPIC:
#2401
Re:phpBB 1 Year 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
 
 
The administrator has disabled public write access.  
#3147
Re:phpBB 1 Year 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
 
The administrator has disabled public write access.  
#3169
Re:phpBB 1 Year 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
 
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 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
 
The administrator has disabled public write access.  
#3627
Re:phpBB 1 Year 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
Admin
Posts: 756
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
 
Best Of Joomla Project Manager - Lead Developer
 
The administrator has disabled public write access.  
#3846
Re:phpBB 1 Year 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)
Expert Boarder
Posts: 114
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Oficina dos Animais Location: Portugal Birthdate: 1973-08-11
 
The administrator has disabled public write access.  
#3847
Re:phpBB 1 Year 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
 
The administrator has disabled public write access.  
#3848
Re:phpBB 1 Year 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)
Expert Boarder
Posts: 114
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Oficina dos Animais Location: Portugal Birthdate: 1973-08-11
 
The administrator has disabled public write access.  
#3849
Re:phpBB 1 Year 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
 
The administrator has disabled public write access.  
#3850
Re:phpBB 1 Year 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)
Expert Boarder
Posts: 114
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Oficina dos Animais Location: Portugal Birthdate: 1973-08-11
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop