FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Converters » phpBB2 converter fails with sql syntax error
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: phpBB2 converter fails with sql syntax error [message #30328 is a reply to message #30327] Fri, 17 February 2006 22:59 Go to previous messageGo to previous message
nuno is currently offline  nuno   Portugal
Messages: 11
Registered: September 2005
Location: Portugal
Karma:
Junior Member
Ok, I've fixed the problem Smile It is now slowly building the search index..

I've changed:
<?php
$bb2 
$dbname '.' $table_prefix;
?>


to:
<?php
mysql_select_db
($dbname$ib);
$bb2 $table_prefix;
?>



Nuno

P.S.: It seems that the part that downloads & checks the remote avatars could be optimized. It now downloads them twice..
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: php-nuke (phpbb) to fudforum 2.7.4 converter
Next Topic: FUD to other Forum
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 03 16:46:13 GMT 2024

Total time taken to generate the page: 0.03846 seconds