[released] Joomlaboard to phpbb Converter

17 years 5 months ago #24332 by n3rdism
Replied by n3rdism on topic Re:Joomlaboard to phpbb Converter
I haven't heard back about my problem which I have found a bit disappointing. I have almost completed a complete revamp of the site and I have manually moved some of the content but would love to hear if there is a solution to this error. Still living in hope of someone resonding!:blush::dry:

Please Log in to join the conversation.

17 years 4 months ago #25948 by Korgmatose
Replied by Korgmatose on topic Re:[released] Joomlaboard to phpbb Converter
found a "bug" with messages that contained single-quotes in the message body :)


[code:1]while ( $row = mysql_fetch_object( $result ) ) {
// uses phpbb's bbcode encoder to make a uid for each message
// which is required for the bbcode to work in phpbb

$bbcode_on="";
$bbcode_uid = ( $bbcode_on ) ? make_bbcode_uid() : '';
$message = prep ( $row->message);
$subject = stripslashes( $row->subject );
$subject = preg_replace ('/\'/', '\\\'', $subject);
$query = "INSERT INTO {$phpbb_dbprefix}posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES ('$row->id','$bbcode_uid',

'$subject', '$message')";[/code:1]

replace
[code:1]$message = prep ( $row->message); [/code:1]

with
[code:1] $message = prep ( $row->message);
$message = addslashes($message);[/code:1]

Post edited by: Korgmatose, at: 2006/12/01 01:18

Please Log in to join the conversation.

17 years 4 months ago #27264 by Remco85
Replied by Remco85 on topic Re:Joomlaboard to phpbb Converter
Fabian wrote:

n3rdism wrote:

Have tried this conversion and I get stuck with an error

I have downloaded new version of php script and UL'd to web and run script with the following error:

Populating topics...
Fatal error: Cannot access empty property in /home/screwedc/public_html/convertboard.php on line 177

any suggestions or help would be appreciated!


I get the same error. Would be nice to get help soon!


Is there someone who can help?

Please Log in to join the conversation.

17 years 3 months ago #27712 by stevebor1
Replied by stevebor1 on topic Re:Joomlaboard to phpbb Converter
Hey man. sorry for the delay. what forum version are you using?

I've last tried it on Joomlaboard 1.1.2 and phpBB 2.0.21

Karma Me Up!
File Attachment:


FITcommunity
Joomla! 1.0.12 - Community Builder 1.0.2 - Joomlaboard 1.1.2
Own Mods Featured Profile Mod
My Real Day Job
File Attachment:

Mobile Wallet and Social Lending, Anywhere!

Please Log in to join the conversation.

17 years 3 months ago #28809 by slyreptile
Replied by slyreptile on topic Re:Joomlaboard to phpbb Converter
I get an error:

Populating topics...
Fatal error: Cannot access empty property in /.../convertboard.php on line 178

I'm using Joomlaboard 1.1.12 and phpBB2 2.0.22


Any idea why this is happening?

Please Log in to join the conversation.

17 years 3 months ago #29066 by kikkeraap
Replied by kikkeraap on topic Re:Joomlaboard to phpbb Converter
slyreptile wrote:

I get an error:

Populating topics...
Fatal error: Cannot access empty property in /.../convertboard.php on line 178

I'm using Joomlaboard 1.1.12 and phpBB2 2.0.22


Any idea why this is happening?

Using a testing environment and I recieve the same error.
Could some assist us in resolving this?

Please Log in to join the conversation.

Moderators: beatnantgeefflandmartijn189krileon
Time to create page: 0.206 seconds

Facebook Twitter LinkedIn