×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: JComment 3.26 and RSD 1.3

JComment 3.26 and RSD 1.3 15 years 3 weeks ago #3312

  • Marty
  • Marty's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hello All,

I saw a post similar to this, but it was 7mos 2wks old, and updates were turned off. Also did not see a solution to the issue.
(CONFIGURATION)
I am running Joomla 1.5.8 (and 1.5.9).
I have Legacy Mode Enabled,
And have metaWebLog .09 with RSD 1.3 installed (tested and funcional with Windows Live Writer)

I installed JComment 3.26, went through the configurations.

Was able to see the "Write Comment" link

Click on the link and launch the editor. Not sure if JComment uses its own built in editor,
but in Joomla, I use JCE 1.52.

Add my comments, fill in the Captcha data, and Click Send.

(ERROR)
Once I click Send, I a popup window (in IE7, Firefox 3.x, and Opera) and 3 different web sites.

The popup error is "Request Failed"
I click OK on that popup, and following happens

The edit box fills with the following information
<br />
<b>Fatal error</b>: Call to undefined method JDocumentRAW::addHeadLink() in <b>/home/integr89/public_html/jtest/plugins/system/rsd.php</b> on line <b>76</b><br />

here is the code it is failing on ( line 76 is the line starting with $document-> )
<?php
$mainframe->close();

}

elseif( $this->isFrontpage(JURI::getInstance()) ){

$document =& JFactory::getDocument();
$attribs = array('type' => 'application/rsd+xml', 'title' => 'RSD');
$xmlLink = JURI::root().'index.php?rsd=RealSimpleDiscovery';
$document->addHeadLink($xmlLink, 'EditURI', 'rel', $attribs);

}

}


If I disable RSD, The comments appear to submit successfully. But it then appears windows live writer fails.

I am hoping someone else has experienced this.
Cheers all!
-- Marty rsdphp.zip

JComment 3.26 and RSD 1.3 15 years 3 weeks ago #3313

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey there!
Thank you for the report, but I'm afraid, that we are not the right people to ask for a solution.

Clearly the RSD plugin i generating an error:
<b>Fatal error</b>: Call to undefined method JDocumentRAW::addHeadLink() in <b>/home/integr89/public_html/jtest/plugins/system/rsd.php</b> on line <b>76</b><br />

while we wait for the response. Since our extension doesn't get the right reponse, it is unable to post the comment.

Asking in rds forum for support could be a good start. As I don't know how the extension is working I'm unable to tell you why this error is generated.

Please ask in RSD forums and provide us with a link so we can follow the thread there.

Thank you in advance!

JComment 3.26 and RSD 1.3 14 years 7 months ago #6572

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
Marty,

I sure hope you are subsribed to E-Mail updates here! We have started discussing this very same RSD bug that is still around, and may get into fixing it soon since it appears to be abandoned but we are waiting for the creator to reply. Anywho, check out the thread over at compojoom.com/forum/10-newbies-area/6527...ents-are-not-posting

Thread Locked
  • Page:
  • 1
Time to create page: 0.112 seconds