A PHP Error was encountered

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 244


'); array_push($bnKurs, ''); } finally {} } } finally {} } ?>
( ! ) Fatal error: Uncaught exception 'Google\Service\Exception' with message ' in /var/www/2017/public_html/application/libraries/google-api-php-client/src/Http/REST.php on line 128
( ! ) Google\Service\Exception: { "error": { "code": 404, "message": "Requested entity was not found.", "errors": [ { "message": "Requested entity was not found.", "domain": "global", "reason": "notFound" } ], "status": "NOT_FOUND" } } in /var/www/2017/public_html/application/libraries/google-api-php-client/src/Http/REST.php on line 128
Call Stack
#TimeMemoryFunctionLocation
10.0000236224{main}( ).../index.php:0
20.0002238832require_once( '/var/www/2017/public_html/system/core/CodeIgniter.php' ).../index.php:284
30.02942498880call_user_func_array:{/var/www/2017/public_html/system/core/CodeIgniter.php:339} ( ).../CodeIgniter.php:339
40.02942499008Page->index( ).../CodeIgniter.php:339
50.02942499520TagManager_Page::init( ).../page.php:24
60.36466261360TagManager::render( ).../Page.php:140
70.36476265656TagManager::parse( ).../Tagmanager.php:629
80.36476266080FTL_Parser->parse( ).../Tagmanager.php:599
90.36556311784FTL_Parser->render( ).../parser.php:89
100.36556312680FTL_Parser->compile( ).../parser.php:125
110.52636663776FTL_Context->render_tag( ).../parser.php:200
120.52636663968FTL_Context->stack( ).../context.php:162
130.52636664688call_user_func:{/var/www/2017/public_html/application/libraries/ftl/context.php:198} ( ).../context.php:198
140.52636664720TagManager::tag_partial( ).../context.php:198
150.52646665920FTL_Binding->parse_as_nested( ).../Tagmanager.php:2268
160.52646666080FTL_Parser->parse( ).../binding.php:590
170.52916669384FTL_Parser->render( ).../parser.php:89
180.52916669520FTL_Parser->compile( ).../parser.php:125
190.52916670152FTL_Context->render_tag( ).../parser.php:200
200.52916670200FTL_Context->stack( ).../context.php:162
210.52916670872call_user_func:{/var/www/2017/public_html/application/libraries/ftl/context.php:198} ( ).../context.php:198
220.52916670904TagManager::tag_partial( ).../context.php:198
230.52926677592FTL_Binding->parse_as_nested( ).../Tagmanager.php:2268
240.52926677800FTL_Parser->parse( ).../binding.php:590
250.52976720992FTL_Parser->render( ).../parser.php:89
260.52976721128FTL_Parser->compile( ).../parser.php:125
270.53506736472FTL_Context->render_tag( ).../parser.php:200
280.53506736520FTL_Context->stack( ).../context.php:162
290.53506737192call_user_func:{/var/www/2017/public_html/application/libraries/ftl/context.php:198} ( ).../context.php:198
300.53506737224TagManager::tag_partial( ).../context.php:198
310.53516754416FTL_Binding->parse_as_nested( ).../Tagmanager.php:2268
320.53516754624FTL_Parser->parse( ).../binding.php:590
330.61156800648FTL_Parser->render( ).../parser.php:89
340.61406817824FTL_Parser->parse_php( ).../parser.php:129
350.61406834400FTL_Parser->get_eval( ).../parser.php:312
360.61416844720eval( '?> ' . $row['currency'] . ' 0 0
' . $row['currency'] . ' 0 0
0) { echo implode('', $ttKurs); } else { echo ''; } ?>
Currency Buy Sell
Last Updated: format($format_datetime['en']) .' WIB' : '-' ?>
0) { echo implode('', $bnKurs); } else { echo ''; } ?>
Currency Buy Sell
Last Updated: format($format_datetime['en']) .' WIB' : '-' ?>
Read More
  • Nearest Location

    Read More
  • Kontak Informasi

  • Share bankjatim.co.id

  • var $Buy = 0; var $Sell = 0; var $Type = 'buy'; var $Label = 'USD'; jQuery('select[name=currencySelector]').on('change', function() { var rates = jQuery(this).val().split('#'); $Label = rates[0] $Buy = rates[1]; $Sell = rates[2]; jQuery('.currencyLabel').html($Label); jQuery('input[name=currFOR]').val(1); if ($Type == 'buy') { jQuery('input[name=currIDR]').val($Buy); } else { jQuery('input[name=currIDR]').val($Sell); } }); jQuery('input[name=currIDR]').on('change', function() { var current = jQuery(this).val(); if ($Type == 'buy') { jQuery('input[name=currFOR]').val(current / $Buy); } else { jQuery('input[name=currFOR]').val(current / $Sell); } }); jQuery('input[name=currFOR]').on('change', function() { var current = jQuery(this).val(); if ($Type == 'buy') { jQuery('input[name=currFOR]').val(current * $Buy); } else { jQuery('input[name=currFOR]').val(current * $Sell); } }); */ ?> ).../parser.php:327 370.61426846608BjtmGSheet::getKurs( ).../parser.php(327) : eval()'d code:10 384.16507921456Google\Service\Sheets\Resource\SpreadsheetsValues->get( ).../bjtmgsheet.php:90 394.16507922384Google\Service\Resource->call( ).../SpreadsheetsValues.php:235 404.16537928760Google\Client->execute( ).../Resource.php:238 414.16597930144Google\Http\REST::execute( ).../Client.php:899 424.16597931336Google\Task\Runner->run( ).../REST.php:66