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.
Updated by beat over 15 years ago
- % Done changed from 0 to 30
- Estimated time set to 5:00 h
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.
Updated by beat over 15 years ago
Other threads describing that issue: Search for [ JDocumentRAW::addCustomTag ]
Updated by beat over 15 years ago
- Status changed from New to Assigned
Fixed this CB bug in commit 746.
Updated by beat over 15 years ago
- Project changed from 2 to CB
- Target version deleted (
CBSubs 1.0.2)
Updated by beat over 15 years ago
- Status changed from Assigned to Closed
- Target version set to CB 1.2.2
- % Done changed from 30 to 100
Updated by beat almost 15 years ago
- Subject changed from First argument is expected to be a valid callback, 'JDocumentRAW::addCustomTag to PHP 5.3 issue: First argument is expected to be a valid callback, 'JDocumentRAW::addCustomTag
Actions