Actions
Bug #1043
closedPHP 5.3 issue: First argument is expected to be a valid callback, 'JDocumentRAW::addCustomTag
Description
Error Msg on paypal payment callback
Same on invoice display.
Actions
Added by beat almost 16 years ago. Updated about 15 years ago.
Description
Error Msg on paypal payment callback
Same on invoice display.
Reason is that JDocumentRAW does not have method addCustomTag() same as JDocumentHTML.
But JDocument from which it inherits has method addStyleSheet() .
So adding &format=raw to an url outputs that error in CB.
This is a Joomla error in fact. Workaround should be in CB: CB should detect no_html = 1 or format=raw and switch to outputs without heasders.
Other threads describing that issue: Search for [ JDocumentRAW::addCustomTag ]
Fixed this CB bug in commit 746.