Jari Kuokka kirjoitti viestin 22.9.17 kello 11:51
Jätä kommentti
Voit jättää kommentin sivulle, mutta sen julkaisusta päättää sivuston ylläpitäjä. Pysy aiheessa ja kirjoita napakasti. Ole kohtelias, äläkä tarkoituksella provosoi tai hauku muita keskustelijoita. Kaikki kentät on täytettävä mukaanlukien viimeinen, hieman yksinkertainen bottivarmistuskysymys jolla vähennetään sivustolle hyökkäyksiä sekä turhia ja asiattomia kommentteja.
Deprecated (16384): Using key `action` is deprecated, use `url` directly instead. [ROOT/lib/Cake/View/Helper/FormHelper.php, line 383]Code Context
if (isset($options['action'])) {
trigger_error('Using key `action` is deprecated, use `url` directly instead.', E_USER_DEPRECATED);
$model = 'Collaboration'
$options = array(
'action' => 'send_comment',
'type' => 'post',
'url' => null,
'default' => true,
'encoding' => 'utf-8'
)
$created = false
$id = false
$append = ''
$key = 'id'
$plugin = null
$recordExists = false
FormHelper::create() - ROOT/lib/Cake/View/Helper/FormHelper.php, line 383
include - APP/View/Collaborations/message.ctp, line 523
View::_evaluate() - ROOT/lib/Cake/View/View.php, line 971
View::_render() - ROOT/lib/Cake/View/View.php, line 933
View::render() - ROOT/lib/Cake/View/View.php, line 473
Controller::render() - ROOT/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - ROOT/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - ROOT/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 121