Code Context */
public function __call($method, $params) {
trigger_error(__d('cake_dev', 'Method %1$s::%2$s does not exist', get_class($this), $method), E_USER_WARNING);
$method = 'getcurrencyrate'
$params = array(
(int) 0 => 'GNF',
(int) 1 => 'EUR'
)
$this = object(GeneralHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'compact',
(int) 1 => 'checked',
(int) 2 => 'declare',
(int) 3 => 'readonly',
(int) 4 => 'disabled',
(int) 5 => 'selected',
(int) 6 => 'defer',
(int) 7 => 'ismap',
(int) 8 => 'nohref',
(int) 9 => 'noshade',
(int) 10 => 'nowrap',
(int) 11 => 'multiple',
(int) 12 => 'noresize',
(int) 13 => 'autoplay',
(int) 14 => 'controls',
(int) 15 => 'loop',
(int) 16 => 'muted',
(int) 17 => 'required',
(int) 18 => 'novalidate',
(int) 19 => 'formnovalidate'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
Helper::__call() - CORE/Cake/View/Helper.php, line 191
GeneralHelper::getcurrencyrate() - APP/View/Fuelreports/ajaxview.ctp, line 23
include - APP/View/Fuelreports/ajaxview.ctp, line 23
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::render() - CORE/Cake/View/View.php, line 471
Controller::render() - CORE/Cake/Controller/Controller.php, line 948
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 194
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 109