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
#3849
Re:phpBB 1 Year, 6 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
 
The administrator has disabled public write access.  
#3850
Re:phpBB 1 Year, 6 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
 
The administrator has disabled public write access.  
#3851
Re:phpBB 1 Year, 6 Months ago  
attached is the modded version of the original phpbb2fb file concerning the issues addressed in my original post.

I was cleaning up my desktop and was about to junk the file, but before doing so, I fig maybe this could help someone out that had the same issue as i did.

File attached below ... and remember to set your $host, $user, $pass, and $db fields at the beginning of the file.

Post edited by: gene, at: 2007/04/29 08:03
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.  
#3852
Re:phpBB 1 Year, 6 Months ago  
here ya go.
File Attachment:
File Name: modded_phpbb2fb-6e30869fabedc028587ecaed26f85ee8.zip
File Size: 4032
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.  
#3853
Re:phpBB 1 Year, 6 Months ago  
Arcanjo wrote:
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...


so no users or topics... then what exactly was imported when you mention "only my forums"?
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.  
#3854
Re:phpBB 1 Year, 6 Months ago  
Hi again and thanks for all your help!

Only the Categories and names of the several forums and child forums....not topics or messages or users...nothing more than the categories, names of forums...

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.  
#3855
Re:phpBB 1 Year, 6 Months ago  
Hi

This is the error that I have with your and the original file.

Connecting to Database... OK
Populating Categories... OK
Populating Messages Table...
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /home/oficinad/public_html/portal/phpbb2fb.php on line 109

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


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.  
#3883
Re:phpBB 1 Year, 6 Months ago  
What I can say is that you have many posts that your code ran out of memory. The converter I finished for SMF (to be releasd) is using Ajax to load balance the whole migration. Maybe we can modify it for phpbb too.
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.  
#3898
Re:phpBB 1 Year, 6 Months ago  
danialt wrote:
What I can say is that you have many posts that your code ran out of memory. The converter I finished for SMF (to be releasd) is using Ajax to load balance the whole migration. Maybe we can modify it for phpbb too.
This would be great, just if the conversion scripts get taken to a higher level!
kikkeraap (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#3928
Re:phpBB 1 Year, 6 Months ago  
danialt wrote:
What I can say is that you have many posts that your code ran out of memory. The converter I finished for SMF (to be releasd) is using Ajax to load balance the whole migration. Maybe we can modify it for phpbb too.

hummm...

Thanks...maybe the solution is converting to SMF and then use your converter..because I wen I convert phpBB2 to SMF everything is ok!

What do you think?

Thanks

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