Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 Next > End >>
Re:Joomlaboard to phpbb Converter
Date: 2006/11/10 13:45 By: n3rdism Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
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!
Click here to see the profile of this user The administrator has disabled public write access.

Re:[released] Joomlaboard to phpbb Converter
Date: 2006/12/01 01:16 By: Korgmatose Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
found a "bug" with messages that contained single-quotes in the message body


Code:

 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')";



replace
Code:

 $message prep $row->message); 



with
Code:

   $message prep $row->message);    $message addslashes($message);



Post edited by: Korgmatose, at: 2006/12/01 01:18
Click here to see the profile of this user The administrator has disabled public write access.

Re:Joomlaboard to phpbb Converter
Date: 2006/12/19 01:55 By: Remco85 Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 4
graphgraph
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?
Click here to see the profile of this user The administrator has disabled public write access.

Re:Joomlaboard to phpbb Converter
Date: 2006/12/27 06:43 By: stevebor1 Status: User  
Karma: 225  
Gold Joomlapolitan

Posts: 318
graphgraph
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!
Click here to see the profile of this user The administrator has disabled public write access.

Re:Joomlaboard to phpbb Converter
Date: 2007/01/11 06:59 By: slyreptile Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 6
graphgraph
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?
Click here to see the profile of this user The administrator has disabled public write access.

Re:Joomlaboard to phpbb Converter
Date: 2007/01/15 15:26 By: kikkeraap Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 13
graphgraph
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?
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 6 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC4)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC4, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers and now also to all registered joomlapolitans.

CB Login