| 
Welcome, Guest

TOPIC: [released] Joomlaboard to phpbb Converter

Re:Joomlaboard to phpbb Converter 6 years 6 months ago #24332

  • n3rdism
  • n3rdism
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 3
  • Karma: -
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:
The administrator has disabled public write access.

Re:[released] Joomlaboard to phpbb Converter 6 years 5 months ago #25948

  • Korgmatose
  • Korgmatose
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 1
  • Karma: -
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
The administrator has disabled public write access.

Re:Joomlaboard to phpbb Converter 6 years 5 months ago #27264

  • Remco85
  • Remco85
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 4
  • Karma: -
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?
The administrator has disabled public write access.

Re:Joomlaboard to phpbb Converter 6 years 4 months ago #27712

  • stevebor1
  • stevebor1
  • OFFLINE
  • Gold Boarder
    Gold Boarder
  • Posts: 311
  • Karma: 235
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!


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

Mobile Wallet and Social Lending, Anywhere!
The administrator has disabled public write access.

Re:Joomlaboard to phpbb Converter 6 years 4 months ago #28809

  • slyreptile
  • slyreptile
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 6
  • Karma: -
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?
The administrator has disabled public write access.

Re:Joomlaboard to phpbb Converter 6 years 4 months ago #29066

  • kikkeraap
  • kikkeraap
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 13
  • Karma: -
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?
The administrator has disabled public write access.
Moderators: geeffland, martijn189
Time to create page: 0.211 seconds