Warning (2): Declaration of Notification::afterSave($created) should be compatible with Model::afterSave($created, $options = Array) [APP/Model/Notification.php, line 3]Code Context<?php
App::uses('AppModel', 'Model');
class Notification extends AppModel
$className = 'Notification'
$parts = array(
(int) 0 => 'Model'
)
$plugin = null
$package = 'Model'
$file = '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/Notification.php'
$paths = array(
(int) 0 => '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/Master/',
(int) 1 => '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/Webservice/',
(int) 2 => '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/',
(int) 3 => '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Lib/Model/',
(int) 4 => '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/',
(int) 5 => '/home/www_ftp/public_html/pre.koushin-kun.jp/lib/Cake/Model/'
)
$appLibs = '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Lib/'
$normalizedClassName = 'Notification'
$path = '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/'
include - APP/Model/Notification.php, line 3
App::load() - CORE/Cake/Core/App.php, line 567
spl_autoload_call - [internal], line ??
class_exists - [internal], line ??
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 146
Controller::loadModel() - CORE/Cake/Controller/Controller.php, line 746
Controller::__isset() - CORE/Cake/Controller/Controller.php, line 376
Controller::__get() - CORE/Cake/Controller/Controller.php, line 414
CrudComponent::_setModelProperties() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 812
CrudComponent::getSubject() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 614
CrudComponent::_loadListener() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 751
CrudComponent::_loadListeners() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 728
CrudComponent::initialize() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 169
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 129
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
Warning (2): Declaration of OwnedByBehavior::beforeValidate(Model $model) should be compatible with ModelBehavior::beforeValidate(Model $model, $options = Array) [APP/Model/Behavior/OwnedByBehavior.php, line 0]Code Context if (file_exists($file)) {
static::_map($file, $className, $plugin);
return include $file;
$className = 'OwnedByBehavior'
$parts = array(
(int) 0 => 'Model/Behavior'
)
$plugin = null
$package = 'Model/Behavior'
$file = '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/Behavior/OwnedByBehavior.php'
$paths = array(
(int) 0 => '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/Behavior/',
(int) 1 => '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Lib/Model/Behavior/',
(int) 2 => '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/Behavior/',
(int) 3 => '/home/www_ftp/public_html/pre.koushin-kun.jp/lib/Cake/Model/Behavior/'
)
$appLibs = '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Lib/'
$normalizedClassName = 'OwnedByBehavior'
$path = '/home/www_ftp/public_html/pre.koushin-kun.jp/app/Model/Behavior/'
include - CORE/Cake/Core/App.php, line 567
App::load() - CORE/Cake/Core/App.php, line 567
spl_autoload_call - [internal], line ??
class_exists - [internal], line ??
BehaviorCollection::load() - CORE/Cake/Model/BehaviorCollection.php, line 120
BehaviorCollection::init() - CORE/Cake/Model/BehaviorCollection.php, line 66
Model::__construct() - CORE/Cake/Model/Model.php, line 781
ReflectionClass::newInstance() - [internal], line ??
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 169
Controller::loadModel() - CORE/Cake/Controller/Controller.php, line 746
Controller::__isset() - CORE/Cake/Controller/Controller.php, line 376
Controller::__get() - CORE/Cake/Controller/Controller.php, line 414
CrudComponent::_setModelProperties() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 812
CrudComponent::getSubject() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 614
CrudComponent::_loadListener() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 751
CrudComponent::_loadListeners() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 728
CrudComponent::initialize() - ROOT/plugins/Crud/Controller/Component/CrudComponent.php, line 169
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 129